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

  /packages/apps/StorageManager/src/com/android/storagemanager/automatic/
NotificationController.java 167 Intent noThanksIntent = getBaseIntent(context, INTENT_ACTION_NO_THANKS);
175 Intent activateIntent = getBaseIntent(context, INTENT_ACTION_ACTIVATE_ASM);
182 Intent dismissIntent = getBaseIntent(context, INTENT_ACTION_DISMISS);
188 Intent contentIntent = getBaseIntent(context, INTENT_ACTION_TAP);
288 Intent getBaseIntent(Context context, String action) {
  /packages/apps/Settings/src/com/android/settings/shortcut/
CreateShortcut.java 59 return getBaseIntent().addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
167 static Intent getBaseIntent() {
191 ResolveInfo ri = pm.resolveActivity(getBaseIntent().setComponent(cn), 0);
  /frameworks/base/services/core/java/com/android/server/am/
AppTaskImpl.java 152 Intent intent = tr.getBaseIntent();
RecentTasks.java 538 tr.getBaseIntent().getComponent().getPackageName();
700 Intent intent = tr.getBaseIntent();
    [all...]
RecentsAnimation.java 368 if (task.getBaseIntent().getComponent().equals(component)) {
ActivityStarter.java     [all...]
TaskRecord.java     [all...]
ActivityStack.java     [all...]
ActivityStackSupervisor.java     [all...]
  /packages/apps/Settings/tests/unit/src/com/android/settings/shortcut/
CreateShortcutTest.java 102 Intent intent = CreateShortcut.getBaseIntent()
  /packages/apps/StorageManager/robotests/src/com/android/storagemanager/automatic/
NotificationControllerTest.java 174 mController.getBaseIntent(mContext, NotificationController.INTENT_ACTION_DISMISS);

Completed in 244 milliseconds