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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
SuppServiceNotification.java 28 public int notificationType;
67 + (notificationType == 0 ? " originated " : " terminated ")
  /frameworks/base/telephony/java/com/android/ims/
ImsSuppServiceNotification.java 35 public int notificationType;
56 return "{ notificationType=" + notificationType +
72 out.writeInt(notificationType);
81 notificationType = in.readInt();
  /packages/apps/Settings/src/com/android/settings/
RemoteBugreportActivity.java 47 final int notificationType = getIntent().getIntExtra(
50 if (notificationType == DevicePolicyManager.NOTIFICATION_BUGREPORT_ACCEPTED_NOT_FINISHED) {
67 } else if (notificationType == DevicePolicyManager.NOTIFICATION_BUGREPORT_STARTED
68 || notificationType
72 .setMessage(notificationType
107 Log.e(TAG, "Incorrect dialog type, no dialog shown. Received: " + notificationType);
  /frameworks/data-binding/extensions/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);
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
StatusBarNotifier.java 252 final int notificationType;
255 notificationType = NOTIFICATION_INCOMING_CALL;
257 notificationType = NOTIFICATION_IN_CALL;
261 notificationType, contactInfo.contactRingtoneUri)) {
293 if (notificationType == NOTIFICATION_INCOMING_CALL
337 if (mCurrentNotification != notificationType && mCurrentNotification != NOTIFICATION_NONE) {
342 Log.i(this, "Displaying notification for " + notificationType);
343 mNotificationManager.notify(notificationType, notification);
344 mCurrentNotification = notificationType;
387 String contentTitle, int state, int notificationType, Uri ringtone)
    [all...]
  /cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/
MyBroadcastReceiver.java 247 final String notificationType = intent.getStringExtra(EXTRA_NOTIFICATION_TYPE);
248 Log.d(TAG, "sendNotification: id=" + notificationId + ", type=" + notificationType
260 switch (notificationType) {
302 Log.e(TAG, "Unknown notification type: " + notificationType);
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
AbstractRestrictBackgroundNetworkTestCase.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCallTracker.java     [all...]
  /frameworks/base/services/core/java/com/android/server/
ConnectivityService.java 141 import com.android.server.connectivity.NetworkNotificationManager.NotificationType;
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
MessageNotificationState.java 139 NotificationLineInfo(final int notificationType) {
140 mNotificationType = notificationType;
    [all...]
  /hardware/ril/include/telephony/
ril.h     [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...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 941 milliseconds