Searched refs:configure (Results 1 - 18 of 18) sorted by relevance

/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMtpReceiver.java39 // If we somehow fail to configure after boot, it becomes difficult to
40 // recover usb state. Thus we always configure once on boot, but it
42 MtpServer.configure(false);
63 MtpServer.configure(ptpEnabled);
/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DWidgetAddFlowHandler.java83 return mProviderInfo.configure != null;
/packages/apps/TV/src/com/android/tv/tuner/exoplayer/audio/
H A DAudioTrackWrapper.java142 mAudioTrack.configure(mimeType, channelCount, sampleRate, pcmEncoding, audioBufferSize);
H A DMediaCodecAudioDecoder.java96 mCodec.configure(format.getFrameworkMediaFormatV16(), null, null, 0);
99 Log.e(TAG, "Failed when configure or start codec:" + e);
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
H A DActivityTest.java133 mDocsHelper.configure(null, Bundle.EMPTY);
H A DFileManagementUiTest.java138 mDocsHelper.configure(null, conf);
/packages/apps/Launcher3/src/com/android/launcher3/qsb/
H A DQsbContainerView.java243 if (info.provider.getPackageName().equals(providerPkg) && info.configure == null) {
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
H A DLiveWallpaperPreview.java269 menu.findItem(R.id.configure).setVisible(mSettingsIntent != null);
323 if (id == R.id.configure) {
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
H A DDocumentsProviderHelper.java327 public void configure(String args, Bundle configuration) throws RemoteException { method in class:DocumentsProviderHelper
328 mClient.call("configure", args, configuration);
H A DStubProvider.java500 case "configure":
501 configure(arg, extras);
633 private void configure(String arg, Bundle extras) { method in class:StubProvider
686 Log.e(TAG, "Attempt to configure non-existent root: " + rootId);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppsCustomizePagedView.java590 if (pInfo.configure != null) {
1634 + " resizeMode=" + info.resizeMode + " configure=" + info.configure
H A DLauncherModel.java2399 configurationComponentToWidget.put(info.configure, info);
H A DLauncher.java1016 * Finds all the views we need and configure them properly.
1812 if (appWidgetInfo.configure != null) {
1816 // Launch over to configure widget, if needed
1885 // the widget, or we need to start an activity to configure the widget, or both.
1955 // NOTE: Adds a configure option to the chooser if the wallpaper supports it
H A DWorkspace.java3108 ((PendingAddWidgetInfo) pendingInfo).info.configure != null) {
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java656 // Since the view was just bound, also launch the configure activity if needed
781 // Leave the widget in the pending state if the user canceled the configure.
1270 * Finds all the views we need and configure them properly.
2097 // the widget, or we need to start an activity to configure the widget, or both.
3469 // If the widget has a configure activity, it is still needs to set it up,
3471 item.restoreStatus = (appWidgetInfo.configure == null) || isDirectConfig
3479 && (appWidgetInfo.configure == null)) {
3480 // The widget was marked as UI not ready, but there is no configure activity to
/packages/apps/TV/libs/
H A Dexoplayer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...
H A Dexoplayer_v2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer2/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 521 milliseconds