/packages/apps/DocumentsUI/src/com/android/documentsui/picker/ |
D | PickActivity.java | 21 import static com.android.documentsui.base.State.ACTION_OPEN; 225 || mState.action == ACTION_OPEN in setupLayout() 244 state.action = ACTION_OPEN; in includeState() 255 if (state.action == ACTION_OPEN || state.action == ACTION_GET_CONTENT) { in includeState() 260 if (state.action == ACTION_OPEN || state.action == ACTION_GET_CONTENT in includeState() 294 if (mState.action == ACTION_OPEN in getDrawerTitle() 384 } else if (mState.action == ACTION_OPEN || mState.action == ACTION_GET_CONTENT) { in onDocumentPicked() 403 if (mState.action == ACTION_OPEN || mState.action == ACTION_GET_CONTENT) { in onDocumentsPicked()
|
D | Config.java | 21 import static com.android.documentsui.base.State.ACTION_OPEN; 71 case ACTION_OPEN: in isDocumentEnabled()
|
D | MenuManager.java | 22 import static com.android.documentsui.base.State.ACTION_OPEN; 137 || mState.action == ACTION_OPEN)
|
D | ActionHandler.java | 22 import static com.android.documentsui.base.State.ACTION_OPEN; 248 case ACTION_OPEN: in loadDefaultLocation()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/base/ |
D | State.java | 44 ACTION_OPEN, 55 public static final int ACTION_OPEN = 3; field in State 139 || action == ACTION_OPEN; in shouldShowPreview() 147 if (action != ACTION_GET_CONTENT && action != ACTION_OPEN || acceptMimes == null) { in isPhotoPicking()
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/ |
D | MenuManagerTest.java | 21 import static com.android.documentsui.base.State.ACTION_OPEN; 202 state.action = ACTION_OPEN; in testActionMenu_selectAction() 210 state.action = ACTION_OPEN; in testActionMenu_selectActionTitle() 276 state.action = ACTION_OPEN; in testOptionMenu_notPicking()
|
D | ActionHandlerTest.java | 219 testInitLocationDefaultToRecentsOnAction(State.ACTION_OPEN); in testInitLocation_DefaultToRecents_ActionOpen() 450 mEnv.state.action = State.ACTION_OPEN; in testFinishPicking_SetsCorrectResultAndFinishes_ActionOpen() 476 mEnv.state.action = State.ACTION_OPEN; in testFinishPicking_SetsCorrectResultAndFinishes_ActionOpen_MultipleSelection()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/ |
D | MetricConsts.java | 305 static final int ACTION_OPEN = 1; field in MetricConsts 315 ACTION_OPEN,
|
D | Metrics.java | 570 case State.ACTION_OPEN: in toMetricsAction() 571 return MetricConsts.ACTION_OPEN; in toMetricsAction()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/ |
D | BluetoothOppLauncherActivityTest.java | 129 mIntent.setAction(Constants.ACTION_OPEN); in onCreate_withActionOpen_sendBroadcast() 136 assertThat(argument.getValue().getAction()).isEqualTo(Constants.ACTION_OPEN); in onCreate_withActionOpen_sendBroadcast()
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadReceiver.java | 88 } else if (Constants.ACTION_OPEN.equals(action) in onReceive() 167 } else if (Constants.ACTION_OPEN.equals(action)) { in handleNotificationBroadcast()
|
D | Constants.java | 49 public static final String ACTION_OPEN = "android.intent.action.DOWNLOAD_OPEN"; field in Constants
|
D | DownloadNotifier.java | 271 action = Constants.ACTION_OPEN; in updateWithLocked()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
D | BluetoothOppReceiver.java | 127 } else if (action.equals(Constants.ACTION_OPEN) || action.equals(Constants.ACTION_LIST)) { in onReceive() 129 if (action.equals(Constants.ACTION_OPEN)) { in onReceive()
|
D | BluetoothOppLauncherActivity.java | 194 } else if (action.equals(Constants.ACTION_OPEN)) { in onCreate() 199 Intent intent1 = new Intent(Constants.ACTION_OPEN); in onCreate()
|
D | Constants.java | 65 static final String ACTION_OPEN = "android.btopp.intent.action.OPEN"; field in Constants
|
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/ |
D | Message.java | 263 case State.ACTION_OPEN: in getCrossProfileNoPermissionErrorTitle() 289 case State.ACTION_OPEN: in getCrossProfileNoPermissionErrorMessage()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/queries/ |
D | SearchViewManager.java | 21 import static com.android.documentsui.base.State.ACTION_OPEN; 144 if (action == ACTION_OPEN || action == ACTION_GET_CONTENT) { in parseQueryContentFromIntent()
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/base/ |
D | StateTest.java | 73 mState.action = State.ACTION_OPEN; in testShouldShowPreview_actionOpen()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/roots/ |
D | ProvidersAccess.java | 106 if (state.action == State.ACTION_OPEN && root.isEmpty()) { in getMatchingRoots()
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/roots/ |
D | ProvidersAccessTest.java | 75 mState.action = State.ACTION_OPEN; in setUp()
|