Loading core/java/android/bluetooth/BluetoothGattCharacteristic.java +1 −1 Original line number Diff line number Diff line Loading @@ -119,7 +119,7 @@ public class BluetoothGattCharacteristic implements Parcelable { public static final int WRITE_TYPE_DEFAULT = 0x02; /** * Wrtite characteristic without requiring a response by the remote device * Write characteristic without requiring a response by the remote device */ public static final int WRITE_TYPE_NO_RESPONSE = 0x01; Loading core/java/android/widget/AdapterView.java +5 −5 Original line number Diff line number Diff line Loading @@ -382,7 +382,7 @@ public abstract class AdapterView<T extends Adapter> extends ViewGroup { * position is different from the previously selected position or if * there was no selected item.</p> * * Impelmenters can call getItemAtPosition(position) if they need to access the * Implementers can call getItemAtPosition(position) if they need to access the * data associated with the selected item. * * @param parent The AdapterView where the selection happened Loading Loading
core/java/android/bluetooth/BluetoothGattCharacteristic.java +1 −1 Original line number Diff line number Diff line Loading @@ -119,7 +119,7 @@ public class BluetoothGattCharacteristic implements Parcelable { public static final int WRITE_TYPE_DEFAULT = 0x02; /** * Wrtite characteristic without requiring a response by the remote device * Write characteristic without requiring a response by the remote device */ public static final int WRITE_TYPE_NO_RESPONSE = 0x01; Loading
core/java/android/widget/AdapterView.java +5 −5 Original line number Diff line number Diff line Loading @@ -382,7 +382,7 @@ public abstract class AdapterView<T extends Adapter> extends ViewGroup { * position is different from the previously selected position or if * there was no selected item.</p> * * Impelmenters can call getItemAtPosition(position) if they need to access the * Implementers can call getItemAtPosition(position) if they need to access the * data associated with the selected item. * * @param parent The AdapterView where the selection happened Loading