HomeSort by relevance Sort by last modified time
    Searched refs:onRemoved (Results 1 - 17 of 17) sorted by null

  /frameworks/base/core/java/android/hardware/fingerprint/
IFingerprintDaemonCallback.aidl 27 void onRemoved(long deviceId, int fingerId, int groupId);
IFingerprintServiceReceiver.aidl 32 void onRemoved(long deviceId, int fingerId, int groupId);
FingerprintManager.java     [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/util/
SortedListAdapterCallback.java 46 public void onRemoved(int position, int count) {
  /frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/util/
SortedListAdapterCallbackWrapperTest.java 52 public void onRemoved(int position, int count) {
98 mBatched.onRemoved(0, 3);
221 mBatched.onRemoved(3, 5);
222 mBatched.onRemoved(3, 1);
231 mBatched.onRemoved(3, 5);
232 mBatched.onRemoved(4, 1);
241 mBatched.onRemoved(3, 5);
242 mBatched.onRemoved(2, 3);
SortedListTest.java 79 public void onRemoved(int position, int count) {
  /system/core/fingerprintd/
IFingerprintDaemonCallback.h 46 virtual status_t onRemoved(int64_t devId, int32_t fingerId, int32_t groupId) = 0;
IFingerprintDaemonCallback.cpp 68 virtual status_t onRemoved(int64_t devId, int32_t fpId, int32_t gpId) {
FingerprintDaemonProxy.cpp 87 callback->onRemoved(device,
  /frameworks/support/v7/recyclerview/src/android/support/v7/util/
SortedList.java 417 * Removes the provided item from the list and calls {@link Callback#onRemoved(int, int)}.
429 * Removes the item at the given index and calls {@link Callback#onRemoved(int, int)}.
456 mCallback.onRemoved(index, 1);
673 mCallback.onRemoved(0, prevSize);
713 abstract public void onRemoved(int position, int count);
824 public void onRemoved(int position, int count) {
    [all...]
  /frameworks/native/services/surfaceflinger/
Layer.h 281 void onRemoved();
Layer.cpp 232 void Layer::onRemoved() {
    [all...]
SurfaceFlinger.cpp     [all...]
  /frameworks/base/services/core/java/com/android/server/fingerprint/
FingerprintService.java 546 receiver.onRemoved(mHalDeviceId, fingerId, groupId);
660 public void onRemoved(long deviceId, int fingerId, int groupId) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationUsageStats.java 133 notification.stats.onRemoved();
614 public void onRemoved() {
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityManagerService.java     [all...]

Completed in 735 milliseconds