HomeSort by relevance Sort by last modified time
    Searched full:notificationtype (Results 1 - 25 of 27) sorted by null

1 2

  /frameworks/data-binding/library/src/main/java/android/databinding/
ListChangeRegistry.java 41 ObservableList sender, int notificationType, ListChanges listChanges) {
42 switch (notificationType) {
133 public synchronized void notifyCallbacks(ObservableList sender, int notificationType,
135 super.notifyCallbacks(sender, notificationType, listChanges);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
SuppServiceNotification.java 28 public int notificationType;
64 + (notificationType == 0 ? " originated " : " terminated ")
  /packages/apps/InCallUI/src/com/android/incallui/
StatusBarNotifier.java 212 final int notificationType;
216 notificationType = NOTIFICATION_INCOMING_CALL;
218 notificationType = NOTIFICATION_IN_CALL;
222 notificationType)) {
240 if (notificationType == NOTIFICATION_INCOMING_CALL) {
269 if (mCurrentNotification != notificationType) {
274 Log.i(this, "Displaying notification for " + notificationType);
275 mNotificationManager.notify(notificationType, notification);
276 mCurrentNotification = notificationType;
310 String contentTitle, int state, int notificationType) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
usbioctl.h 519 USB_NOTIFICATION_TYPE NotificationType;
523 USB_NOTIFICATION_TYPE NotificationType;
532 USB_NOTIFICATION_TYPE NotificationType;
539 USB_NOTIFICATION_TYPE NotificationType;
rpcasync.h 43 RPC_NOTIFICATION_TYPES NotificationType;
243 RPC_NOTIFICATION_TYPES NotificationType,
httpfilt.h 162 DWORD WINAPI HttpFilterProc(HTTP_FILTER_CONTEXT *pfc,DWORD NotificationType,VOID *pvNotification);
netioapi.h 562 MIB_NOTIFICATION_TYPE NotificationType
ntsecpkg.h 311 typedef HANDLE (NTAPI LSA_REGISTER_NOTIFICATION)(SEC_THREAD_START StartFunction,PVOID Parameter,ULONG NotificationType,ULONG NotificationClass,ULONG NotificationFlags,ULONG IntervalMinutes,HANDLE WaitEvent);
    [all...]
ks.h 228 ULONG NotificationType;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
strmini.h 430 IN STREAM_MINIDRIVER_DEVICE_NOTIFICATION_TYPE NotificationType,
536 IN STREAM_MINIDRIVER_STREAM_NOTIFICATION_TYPE NotificationType,
storport.h 174 IN SCSI_NOTIFICATION_TYPE NotificationType,
srb.h 667 IN SCSI_NOTIFICATION_TYPE NotificationType,
ntifs.h     [all...]
  /frameworks/base/services/core/java/com/android/server/
ConnectivityService.java     [all...]
  /external/clang/test/Analysis/
retain-release-gc-only.m 153 kern_return_t IOServiceAddNotification( mach_port_t masterPort, const io_name_t notificationType, CFDictionaryRef matching, mach_port_t wakePort, uintptr_t reference, io_iterator_t * notification ) __attribute__((deprecated));
154 kern_return_t IOServiceAddMatchingNotification( IONotificationPortRef notifyPort, const io_name_t notificationType, CFDictionaryRef matching, IOServiceMatchingCallback callback, void * refCon, io_iterator_t * notification );
retain-release-inline.m 157 kern_return_t IOServiceAddNotification( mach_port_t masterPort, const io_name_t notificationType, CFDictionaryRef matching, mach_port_t wakePort, uintptr_t reference, io_iterator_t * notification ) __attribute__((deprecated));
158 kern_return_t IOServiceAddMatchingNotification( IONotificationPortRef notifyPort, const io_name_t notificationType, CFDictionaryRef matching, IOServiceMatchingCallback callback, void * refCon, io_iterator_t * notification );
retain-release.mm 180 kern_return_t IOServiceAddNotification( mach_port_t masterPort, const io_name_t notificationType, CFDictionaryRef matching, mach_port_t wakePort, uintptr_t reference, io_iterator_t * notification ) __attribute__((deprecated));
181 kern_return_t IOServiceAddMatchingNotification( IONotificationPortRef notifyPort, const io_name_t notificationType, CFDictionaryRef matching, IOServiceMatchingCallback callback, void * refCon, io_iterator_t * notification );
retain-release.m 220 kern_return_t IOServiceAddNotification( mach_port_t masterPort, const io_name_t notificationType, CFDictionaryRef matching, mach_port_t wakePort, uintptr_t reference, io_iterator_t * notification ) __attribute__((deprecated)); // expected-note {{'IOServiceAddNotification' has been explicitly marked deprecated here}}
221 kern_return_t IOServiceAddMatchingNotification( IONotificationPortRef notifyPort, const io_name_t notificationType, CFDictionaryRef matching, IOServiceMatchingCallback callback, void * refCon, io_iterator_t * notification );
    [all...]
  /external/clang/test/ARCMT/
objcmt-arc-cf-annotations.m 225 kern_return_t IOServiceAddNotification( mach_port_t masterPort, const io_name_t notificationType, CFDictionaryRef matching, mach_port_t wakePort, uintptr_t reference, io_iterator_t * notification ) __attribute__((deprecated)); // expected-note {{'IOServiceAddNotification' declared here}}
226 kern_return_t IOServiceAddMatchingNotification( IONotificationPortRef notifyPort, const io_name_t notificationType, CFDictionaryRef matching, IOServiceMatchingCallback callback, void * refCon, io_iterator_t * notification );
    [all...]
objcmt-arc-cf-annotations.m.result 237 kern_return_t IOServiceAddNotification( mach_port_t masterPort, const io_name_t notificationType, CFDictionaryRef matching, mach_port_t wakePort, uintptr_t reference, io_iterator_t * notification ) __attribute__((deprecated)); // expected-note {{'IOServiceAddNotification' declared here}}
238 kern_return_t IOServiceAddMatchingNotification( IONotificationPortRef notifyPort, const io_name_t notificationType, CFDictionaryRef CF_CONSUMED matching, IOServiceMatchingCallback callback, void * refCon, io_iterator_t * notification );
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
MessageNotificationState.java 139 NotificationLineInfo(final int notificationType) {
140 mNotificationType = notificationType;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommands.java     [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java.broken     [all...]
  /hardware/ril/libril/
ril.cpp     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RIL.java     [all...]

Completed in 907 milliseconds

1 2