Home
last modified time | relevance | path

Searched refs:notifier (Results 1 – 19 of 19) sorted by relevance

/frameworks/data-binding/compiler/src/test/java/android/databinding/
DCallbackRegistryTest.java52 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/
DCallbackRegistryTest.java53 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/
DIMediaDeathNotifier.cpp94 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/
DEditStyledText.java459 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/
DCallbackRegistry.java75 public CallbackRegistry(NotifierCallback<C, T, A> notifier) { in CallbackRegistry() argument
76 mNotifier = notifier; in CallbackRegistry()
/frameworks/base/core/java/com/android/internal/util/
DCallbackRegistry.java77 public CallbackRegistry(NotifierCallback<C, T, A> notifier) { in CallbackRegistry() argument
78 mNotifier = notifier; in CallbackRegistry()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp169 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/
DPhoneMock.java67 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/
DSipPhoneBase.java56 public SipPhoneBase(String name, Context context, PhoneNotifier notifier) { in SipPhoneBase() argument
57 super(name, notifier, context, new SipCommandInterface(context), false); in SipPhoneBase()
DSipPhone.java70 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/
DImsPhoneBase.java57 public ImsPhoneBase(String name, Context context, PhoneNotifier notifier, in ImsPhoneBase() argument
59 super(name, notifier, context, new ImsPhoneCommandInterface(context), unitTestMode); in ImsPhoneBase()
DImsPhone.java177 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/
Ddatabinding-baseLibrary.jar ... $NotifierCallback) android.databinding.CallbackRegistry$NotifierCallback notifier public synchronized void notifyCallbacks (java.lang.Object ...
Ddatabinding-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/
DbaseLibrary-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/
DPhone.java402 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()
DGsmCdmaPhone.java191 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/
Dcontacts-provider.jd2050notifier, 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/
Dcontacts-provider.jd2054 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