Home
last modified time | relevance | path

Searched refs:notify (Results 1 – 25 of 56) sorted by relevance

123

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DWindowSurface.java40 mDrawingThread.notify(); in onPause()
51 mDrawingThread.notify(); in onResume()
62 mDrawingThread.notify(); in onDestroy()
70 mDrawingThread.notify(); in surfaceCreated()
87 mDrawingThread.notify(); in surfaceDestroyed()
192 notify(); in run()
205 notify(); in run()
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
DFragmentRetainInstanceSupport.java185 mThread.notify(); in onActivityCreated()
199 mThread.notify(); in onDestroy()
217 mThread.notify(); in onDetach()
229 mThread.notify(); in restart()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DFragmentRetainInstance.java184 mThread.notify(); in onActivityCreated()
198 mThread.notify(); in onDestroy()
216 mThread.notify(); in onDetach()
228 mThread.notify(); in restart()
DStatusBarNotifications.java215 mNotificationManager.notify(MOOD_NOTIFICATIONS, notifBuidler.build()); in setMood()
243 mNotificationManager.notify(MOOD_NOTIFICATIONS, notif); in setMoodView()
268 mNotificationManager.notify( in setDefault()
DIncomingMessage.java143 nm.notify(R.string.imcoming_message_ticker_text, notifBuilder.build()); in showAppNotification()
198 nm.notify(R.string.imcoming_message_ticker_text, notifBuilder.build()); in showInterstitialNotification()
DLocalService.java118 mNM.notify(NOTIFICATION, notification); in showNotification()
DAlarmService_Service.java118 mNM.notify(R.string.alarm_service_started, notification); in showNotification()
DNotifyingService.java117 mNM.notify(MOOD_NOTIFICATIONS, notification); in showNotification()
/development/samples/AppNavigation/src/com/example/android/appnavigation/app/
DNotificationsActivity.java50 nm.notify("direct_tag", R.id.direct_notification, builder.getNotification()); in onPostDirect()
65 nm.notify("interstitial_tag", R.id.interstitial_notification, builder.getNotification()); in onPostInterstitial()
/development/samples/browseable/FindMyPhone/Wearable/src/com.example.android.wearable.findphone/
DFindPhoneActivity.java67 .notify(FIND_PHONE_NOTIFICATION_ID, notification.build()); in onCreate()
83 .notify(FIND_PHONE_NOTIFICATION_ID, notification.build()); in updateNotification()
/development/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
DNotificationsActivity.java63 nm.notify("direct_tag", R.id.direct_notification, builder.getNotification()); in onPostDirect()
78 nm.notify("interstitial_tag", R.id.interstitial_notification, builder.getNotification()); in onPostInterstitial()
/development/ndk/platforms/android-3/arch-arm/include/asm/arch/
Dgpio-switch.h33 void (* notify)(void *data, int state); member
/development/samples/USB/AdbTest/src/com/android/adb/
DAdbSocket.java60 notify(); in handleMessage()
/development/samples/browseable/ActiveNotifications/src/com.example.android.activenotifications/
DActiveNotificationsFragment.java120 mNotificationManager.notify(getNewNotificationId(), notification); in addNotificationAndUpdateSummaries()
156 mNotificationManager.notify(NOTIFICATION_GROUP_SUMMARY_ID, notification); in updateNotificationSummary()
/development/samples/browseable/BasicNotifications/src/com.example.android.basicnotifications/
DMainActivity.java98 notificationManager.notify(NOTIFICATION_ID, builder.build()); in sendNotification()
/development/tools/emulator/test-apps/SmokeTests/src/com/android/emulator/smoketests/gps/
DGpsLocationTest.java78 this.notify(); in onLocationChanged()
/development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/
DAlarmIntentService.java57 notificationManager.notify(alarm.id, builder.build()); in onHandleIntent()
/development/tools/hosttestlib/src/com/android/hosttest/
DDeviceConnector.java91 notify(); in setDevice()
/development/samples/browseable/DelayedConfirmation/Wearable/src/com.example.android.wearable.delayedconfirmation/
DMainActivity.java106 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE)).notify(0, notification); in onTimerSelected()
120 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE)).notify(0, notification); in onTimerFinished()
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
DMediaNotificationManager.java203 mNotificationManager.notify(NOTIFICATION_ID, notification);
214 mNotificationManager.notify(NOTIFICATION_ID, notification);
349 mNotificationManager.notify(NOTIFICATION_ID, builder.build()); in fetchBitmapFromURLAsync()
/development/samples/Support4Demos/src/com/example/android/supportv4/media/
DMediaNotificationManager.java209 mNotificationManager.notify(NOTIFICATION_ID, notification);
220 mNotificationManager.notify(NOTIFICATION_ID, notification);
345 mNotificationManager.notify(NOTIFICATION_ID, builder.build()); in fetchBitmapFromURLAsync()
/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
DMessageReplyReceiver.java58 notificationManager.notify(conversationId, repliedNotification); in onReceive()
/development/ndk/platforms/android-3/include/
Dthread_db.h130 …ern td_err_e td_ta_event_addr(td_thragent_t const * agent, td_event_e event, td_notify_t * notify);
/development/samples/browseable/CustomNotifications/src/com.example.android.customnotifications/
DMainActivity.java105 nm.notify(0, notification); in createNotification()
/development/samples/Alarm/src/com/example/android/newalarm/
DAlarmService.java205 mNotificationManager.notify( in showNotification()

123