HomeSort by relevance Sort by last modified time
    Searched defs:mNotification (Results 1 - 14 of 14) sorted by null

  /development/samples/Alarm/src/com/example/android/newalarm/
AlarmService.java 74 Notification mNotification;
132 // Gets a handle to the system mNotification service.
157 // Cancels the status bar mNotification based on its ID, which is set in showNotification().
193 mNotification = new Notification.Builder(this) // The builder requires the context
206 R.string.alarm_service_started, // unique id for the mNotification
207 mNotification // the mNotification object
  /cts/tests/app/src/android/app/cts/
StatusBarNotificationTest.java 33 private Notification mNotification;
39 mNotification = new Notification.Builder(mContext)
43 mSbn = new StatusBarNotification(PKG, OP_PKG, ID, TAG, UID, 0, 0, mNotification,
155 assertEquals(mNotification, mSbn.getNotification());
NotificationTest.java 57 private Notification mNotification;
79 mNotification = new Notification();
83 mNotification = null;
84 mNotification = new Notification();
85 assertNotNull(mNotification);
86 assertTrue(System.currentTimeMillis() - mNotification.when < TOLERANCE);
88 mNotification = null;
90 mNotification = new Notification(0, TICKER_TEXT, notificationTime);
91 assertEquals(notificationTime, mNotification.when);
92 assertEquals(0, mNotification.icon)
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/
ScriptingLayerService.java 65 private Notification mNotification;
133 mNotification = builder.build();
134 mNotification.flags = Notification.FLAG_NO_CLEAR | Notification.FLAG_ONGOING_EVENT;
135 return mNotification;
139 if (tickerText.equals(mNotification.tickerText)) {
156 .setWhen(mNotification.when)
159 mNotification = builder.build();
160 getNotificationManager().notify(NOTIFICATION_ID, mNotification);
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 
  /development/samples/ControllerSample/libs/
android-support-v4.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 

Completed in 557 milliseconds