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

  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageWizardMigrateProgress.java 36 private static final String ACTION_FINISH_WIZARD = "com.android.systemui.action.FINISH_WIZARD";
75 final Intent finishIntent = new Intent(ACTION_FINISH_WIZARD);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
StorageNotification.java 56 private static final String ACTION_FINISH_WIZARD = "com.android.systemui.action.FINISH_WIZARD";
166 mContext.registerReceiver(mFinishReceiver, new IntentFilter(ACTION_FINISH_WIZARD),

Completed in 212 milliseconds