/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 | 242 final String notificationType = intent.getStringExtra(EXTRA_NOTIFICATION_TYPE); 243 Log.d(TAG, "sendNotification: id=" + notificationId + ", type=" + notificationType 255 switch (notificationType) { 297 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 | 139 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...] |
/device/google/marlin/location/loc_api/loc_api_v02/ |
LocApiV02.cpp | 873 ni_resp.notificationType = request_pass_back->notificationType; [all...] |
location_service_v02.h | [all...] |
/device/huawei/angler/location/loc_api/loc_api_v02/ |
LocApiV02.cpp | 914 ni_resp.notificationType = request_pass_back->notificationType; [all...] |
location_service_v02.h | [all...] |
location_service_v02.c | [all...] |
/device/lge/bullhead/location/loc_api/loc_api_v02/ |
LocApiV02.cpp | 914 ni_resp.notificationType = request_pass_back->notificationType; [all...] |
location_service_v02.h | [all...] |
location_service_v02.c | [all...] |
/device/moto/shamu/location/loc_api/loc_api_v02/ |
LocApiV02.cpp | 837 ni_resp.notificationType = request_pass_back->notificationType; [all...] |
location_service_v02.h | [all...] |
location_service_v02.c | [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...] |