/frameworks/data-binding/compiler/src/test/java/android/databinding/ |
D | CallbackRegistryTest.java | 52 CallbackRegistry.NotifierCallback<Integer, CallbackRegistryTest, Integer> notifier = in testAddListener() local 59 registry = new CallbackRegistry<Integer, CallbackRegistryTest, Integer>(notifier); in testAddListener() 92 CallbackRegistry.NotifierCallback<Integer, CallbackRegistryTest, Integer> notifier = in testSimpleNotify() local 102 registry = new CallbackRegistry<Integer, CallbackRegistryTest, Integer>(notifier); in testSimpleNotify() 112 CallbackRegistry.NotifierCallback<Integer, CallbackRegistryTest, Integer> notifier = in testRemoveWhileNotifying() local 124 registry = new CallbackRegistry<Integer, CallbackRegistryTest, Integer>(notifier); in testRemoveWhileNotifying() 140 CallbackRegistry.NotifierCallback<Integer, CallbackRegistryTest, Integer> notifier = in testDeepRemoveWhileNotifying() local 150 registry = new CallbackRegistry<Integer, CallbackRegistryTest, Integer>(notifier); in testDeepRemoveWhileNotifying() 166 CallbackRegistry.NotifierCallback<Integer, CallbackRegistryTest, Integer> notifier = in testAddRemovedListener() local 179 registry = new CallbackRegistry<Integer, CallbackRegistryTest, Integer>(notifier); in testAddRemovedListener() [all …]
|
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
D | CallbackRegistryTest.java | 53 CallbackRegistry.NotifierCallback<Integer, CallbackRegistryTest, Integer> notifier = in testAddListener() local 60 registry = new CallbackRegistry<Integer, CallbackRegistryTest, Integer>(notifier); in testAddListener() 92 CallbackRegistry.NotifierCallback<Integer, CallbackRegistryTest, Integer> notifier = in testSimpleNotify() local 102 registry = new CallbackRegistry<Integer, CallbackRegistryTest, Integer>(notifier); in testSimpleNotify() 111 CallbackRegistry.NotifierCallback<Integer, CallbackRegistryTest, Integer> notifier = in testRemoveWhileNotifying() local 123 registry = new CallbackRegistry<Integer, CallbackRegistryTest, Integer>(notifier); in testRemoveWhileNotifying() 138 CallbackRegistry.NotifierCallback<Integer, CallbackRegistryTest, Integer> notifier = in testDeepRemoveWhileNotifying() local 148 registry = new CallbackRegistry<Integer, CallbackRegistryTest, Integer>(notifier); in testDeepRemoveWhileNotifying() 163 CallbackRegistry.NotifierCallback<Integer, CallbackRegistryTest, Integer> notifier = in testAddRemovedListener() local 176 registry = new CallbackRegistry<Integer, CallbackRegistryTest, Integer>(notifier); in testAddRemovedListener() [all …]
|
/frameworks/av/media/libmedia/ |
D | IMediaDeathNotifier.cpp | 94 sp<IMediaDeathNotifier> notifier = list[iter].promote(); in binderDied() local 95 if (notifier != 0) { in binderDied() 96 notifier->died(); in binderDied()
|
/frameworks/ex/common/java/com/android/ex/editstyledtext/ |
D | EditStyledText.java | 459 for (EditStyledTextNotifier notifier : mESTNotifiers) { in sendOnTouchEvent() 460 notifier.sendOnTouchEvent(event); in sendOnTouchEvent() 468 for (EditStyledTextNotifier notifier : mESTNotifiers) { in isButtonsFocused() 469 retval |= notifier.isButtonsFocused(); in isButtonsFocused() 477 for (EditStyledTextNotifier notifier : mESTNotifiers) { in showPreview() 478 if (notifier.showPreview()) { in showPreview() 487 for (EditStyledTextNotifier notifier : mESTNotifiers) { in cancelViewManagers() 488 notifier.cancelViewManager(); in cancelViewManagers() 495 for (EditStyledTextNotifier notifier : mESTNotifiers) { in showInsertImageSelectAlertDialog() 496 if (notifier.showInsertImageSelectAlertDialog()) { in showInsertImageSelectAlertDialog() [all …]
|
/frameworks/data-binding/baseLibrary/src/main/java/android/databinding/ |
D | CallbackRegistry.java | 75 public CallbackRegistry(NotifierCallback<C, T, A> notifier) { in CallbackRegistry() argument 76 mNotifier = notifier; in CallbackRegistry()
|
/frameworks/base/core/java/com/android/internal/util/ |
D | CallbackRegistry.java | 77 public CallbackRegistry(NotifierCallback<C, T, A> notifier) { in CallbackRegistry() argument 78 mNotifier = notifier; in CallbackRegistry()
|
/frameworks/av/services/camera/libcameraservice/ |
D | CameraService.cpp | 169 BatteryNotifier& notifier(BatteryNotifier::getInstance()); in onFirstRef() local 170 notifier.noteResetCamera(); in onFirstRef() 171 notifier.noteResetFlashlight(); in onFirstRef() 400 BatteryNotifier& notifier(BatteryNotifier::getInstance()); in onTorchStatusChangedLocked() local 404 notifier.noteFlashlightOff(cameraId, oldUid); in onTorchStatusChangedLocked() 407 notifier.noteFlashlightOn(cameraId, newUid); in onTorchStatusChangedLocked() 413 notifier.noteFlashlightOn(cameraId, oldUid); in onTorchStatusChangedLocked() 415 notifier.noteFlashlightOff(cameraId, oldUid); in onTorchStatusChangedLocked() 2354 BatteryNotifier& notifier(BatteryNotifier::getInstance()); in onClientAdded() local 2355 notifier.noteStartCamera(descriptor.getKey(), in onClientAdded() [all …]
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/ |
D | PhoneMock.java | 67 protected PhoneMock(String name, PhoneNotifier notifier, Context context, CommandsInterface ci, in PhoneMock() argument 69 super(name, notifier, context, ci, unitTestMode); in PhoneMock() 73 protected PhoneMock(String name, PhoneNotifier notifier, Context context, CommandsInterface ci, in PhoneMock() argument 76 super(name, notifier, context, ci, unitTestMode, phoneId, telephonyComponentFactory); in PhoneMock()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipPhoneBase.java | 56 public SipPhoneBase(String name, Context context, PhoneNotifier notifier) { in SipPhoneBase() argument 57 super(name, notifier, context, new SipCommandInterface(context), false); in SipPhoneBase()
|
D | SipPhone.java | 70 SipPhone (Context context, PhoneNotifier notifier, SipProfile profile) { in SipPhone() argument 71 super("SIP:" + profile.getUriString(), context, notifier); in SipPhone()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneBase.java | 57 public ImsPhoneBase(String name, Context context, PhoneNotifier notifier, in ImsPhoneBase() argument 59 super(name, notifier, context, new ImsPhoneCommandInterface(context), unitTestMode); in ImsPhoneBase()
|
D | ImsPhone.java | 177 public ImsPhone(Context context, PhoneNotifier notifier, Phone defaultPhone) { in ImsPhone() argument 178 this(context, notifier, defaultPhone, false); in ImsPhone() 182 public ImsPhone(Context context, PhoneNotifier notifier, Phone defaultPhone, in ImsPhone() argument 184 super("ImsPhone", context, notifier, unitTestMode); in ImsPhone()
|
/frameworks/data-binding/prebuilds/1.0-rc0/ |
D | databinding-baseLibrary.jar | ... $NotifierCallback)
android.databinding.CallbackRegistry$NotifierCallback notifier
public synchronized void notifyCallbacks (java.lang.Object ... |
D | databinding-studio-bundle.jar | ... $NotifierCallback)
android.databinding.CallbackRegistry$NotifierCallback notifier
public synchronized void notifyCallbacks (java.lang.Object ... |
/frameworks/data-binding/internal-prebuilts/com/android/databinding/baseLibrary/1.0-rc3/ |
D | baseLibrary-1.0-rc3.jar | ... $NotifierCallback)
android.databinding.CallbackRegistry$NotifierCallback notifier
public synchronized void notifyCallbacks (java.lang.Object ... |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | Phone.java | 402 protected Phone(String name, PhoneNotifier notifier, Context context, CommandsInterface ci, in Phone() argument 404 this(name, notifier, context, ci, unitTestMode, SubscriptionManager.DEFAULT_PHONE_INDEX, in Phone() 419 protected Phone(String name, PhoneNotifier notifier, Context context, CommandsInterface ci, in Phone() argument 424 mNotifier = notifier; in Phone()
|
D | GsmCdmaPhone.java | 191 public GsmCdmaPhone(Context context, CommandsInterface ci, PhoneNotifier notifier, int phoneId, in GsmCdmaPhone() argument 193 this(context, ci, notifier, false, phoneId, precisePhoneType, telephonyComponentFactory); in GsmCdmaPhone() 196 public GsmCdmaPhone(Context context, CommandsInterface ci, PhoneNotifier notifier, in GsmCdmaPhone() argument 200 notifier, context, ci, unitTestMode, phoneId, telephonyComponentFactory); in GsmCdmaPhone()
|
/frameworks/base/docs/html-intl/intl/in/guide/topics/providers/ |
D | contacts-provider.jd | 2050 … notifier, gunakan kelas yang memperluas {@link android.app.IntentService}, guna memudahkan layanan 2052 … mentah yang diklik pengguna. Untuk layanan notifier, Anda bisa mengikatnya ke kemudian memanggil
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | contacts-provider.jd | 2054 that should receive the intent from the device's contacts application. For the notifier 2057 contact the user clicked. From the notifier service, you can bind to and then call your
|