HomeSort by relevance Sort by last modified time
    Searched refs:setNotification (Results 1 - 7 of 7) sorted by null

  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
BootReminder.java 89 setNotification(context, resumeProfileOwnerPrvIntent);
151 setNotification(context, null);
195 private static void setNotification(Context context, Intent intent) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java     [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchService.java 77 setNotification(mStartTime - mElapsedTime, true, mNumLaps);
87 setNotification(mStartTime - mElapsedTime, true, mNumLaps);
99 setNotification(actionTime - mElapsedTime, false, mNumLaps);
166 private void setNotification(long clockBaseTime, boolean clockRunning, int numLaps) {
312 setNotification(clockBaseTime, clockRunning, numLaps);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleClientService.java 176 private void setNotification(boolean enable) {
396 setNotification(true);
409 setNotification(false);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarIconView.java 67 setNotification(notification);
82 public void setNotification(Notification notification) {
BaseStatusBar.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapServer.java 189 setNotification(SapMessage.DISC_IMMEDIATE, PendingIntent.FLAG_CANCEL_CURRENT);
210 void setNotification(int type, int flags)
214 if(VERBOSE) Log.i(TAG, "setNotification type: " + type);
308 setNotification(SapMessage.DISC_GRACEFULL,0);
    [all...]

Completed in 152 milliseconds