HomeSort by relevance Sort by last modified time
    Searched refs:onNewIntent (Results 51 - 75 of 111) sorted by null

1 23 4 5

  /packages/apps/DeskClock/src/com/android/deskclock/
DeskClock.java 136 public void onNewIntent(Intent newIntent) {
137 super.onNewIntent(newIntent);
138 if (DEBUG) Log.d(LOG_TAG, "onNewIntent with intent: " + newIntent);
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertFullScreen.java 309 protected void onNewIntent(Intent intent) {
313 Log.d(TAG, "onNewIntent called with message list of size " + newMessageList.size());
319 Log.e(TAG, "onNewIntent called without SMS_CB_MESSAGE_EXTRA, ignoring");
  /packages/apps/Mms/src/com/android/mms/ui/
ManageSimMessages.java 122 protected void onNewIntent(Intent intent) {
ConversationList.java 371 protected void onNewIntent(Intent intent) {
392 // onNewIntent(), and when we delete threads or delete all in CMA or this activity.
    [all...]
ComposeMessageActivity.java     [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
TagVerifierActivity.java 151 protected void onNewIntent(Intent intent) {
  /external/chromium_org/chrome/android/shell/java/src/org/chromium/chrome/shell/
ChromeShellActivity.java 207 protected void onNewIntent(Intent intent) {
  /packages/apps/Browser/src/com/android/browser/
IntentHandler.java 66 void onNewIntent(Intent intent) {
Controller.java 352 mIntentHandler.onNewIntent(intent);
622 mIntentHandler.onNewIntent(intent);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
SearchActivity.java 298 protected void onNewIntent(Intent intent) {
300 // onNewIntent(Intent) is called, the Activity has not been restarted,
303 // inside onNewIntent(Intent) (just in case you call getIntent() at a
AllInOneActivity.java 283 protected void onNewIntent(Intent intent) {
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchActivity.java 59 // Measures time from for last onCreate()/onNewIntent() call.
64 // Whether QSB is starting. True between the calls to onCreate()/onNewIntent() and onResume().
174 protected void onNewIntent(Intent intent) {
175 if (DBG) Log.d(TAG, "onNewIntent()");
  /packages/apps/Mms/src/com/android/mms/transaction/
TransactionService.java 203 public void onNewIntent(Intent intent, int serviceId) {
215 Log.v(TAG, "onNewIntent: serviceId: " + serviceId + ": " + intent.getExtras() +
231 Log.v(TAG, "onNewIntent: cursor.count=" + count + " action=" + action);
236 Log.v(TAG, "onNewIntent: no pending messages. Stopping service.");
251 Log.v(TAG, "onNewIntent: msgType=" + msgType + " transactionType=" +
272 Log.v(TAG, "onNewIntent: failureType=" + failureType +
281 Log.v(TAG, "onNewIntent: skipping - autodownload off");
296 Log.v(TAG, "onNewIntent: skipping - permanent error");
301 Log.v(TAG, "onNewIntent: falling through and processing");
312 Log.v(TAG, "onNewIntent: launchTransaction uri=" + uri)
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/
InCallActivity.java 74 /** Use to pass 'showDialpad' from {@link #onNewIntent} to {@link #onResume} */
281 protected void onNewIntent(Intent intent) {
282 Log.d(this, "onNewIntent: intent = " + intent);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
AddAccessoryActivity.java 318 public void onNewIntent(Intent intent) {
  /external/robolectric/lib/main/
maps_v16.jar 
  /frameworks/base/core/java/android/app/
Instrumentation.java     [all...]
Activity.java 602 * {@link #onNewIntent(Intent)}, any newly granted URI permissions will be added
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
PeopleActivity.java 231 protected void onNewIntent(Intent intent) {
250 * @param forNewIntent set true if it's called from {@link #onNewIntent(Intent)}.
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/
DialtactsActivity.java 808 public void onNewIntent(Intent newIntent) {
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java     [all...]
  /frameworks/base/core/java/android/preference/
PreferenceActivity.java     [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackActivity.java 492 public void onNewIntent(Intent intent) {
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 243 // We set the state in both onCreate and then onNewIntent in some cases, which causes both
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Launcher.java 287 // We set the state in both onCreate and then onNewIntent in some cases, which causes both
    [all...]

Completed in 574 milliseconds

1 23 4 5