Searched defs:args (Results 176 - 200 of 512) sorted by relevance

1234567891011>>

/frameworks/base/core/java/com/android/internal/os/
H A DZygoteInit.java524 String[] args = parsedArgs.remainingArgs;
529 String[] amendedArgs = new String[args.length + 2];
537 VMRuntime.getCurrentInstructionSet(), null, args);
632 String args[] = {
638 "--runtime-args",
646 parsedArgs = new ZygoteConnection.Arguments(args);
858 public MethodAndArgsCaller(Method method, String[] args) { argument
860 mArgs = args;
/frameworks/base/core/jni/android/graphics/
H A DFontFamily.cpp68 JavaVMAttachArgs args; local
69 args.version = JNI_VERSION_1_4;
70 args.name = "release_font_data";
71 args.group = NULL;
72 jint result = AndroidRuntime::getJavaVM()->AttachCurrentThread(&env, &args);
/frameworks/base/core/jni/
H A Dandroid_hardware_location_ActivityRecognitionHardware.cpp50 JavaVMAttachArgs args = { local
56 jint result = java_vm->AttachCurrentThread(env, &args);
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DConnectivityManagerTestBase.java470 protected void logv(String format, Object... args) { argument
471 Log.v(mLogTag, String.format(format, args));
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
H A DFusionEngine.java285 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
H A DTestMtpManager.java33 protected static String pack(int... args) { argument
34 return Arrays.toString(args);
/frameworks/base/packages/Osu/src/com/android/hotspot2/utils/
H A DHTTPRequest.java256 public static void main(String[] args) throws GeneralSecurityException { argument
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DAddPrinterActivity.java133 public Loader<List<PrintServiceInfo>> onCreateLoader(int id, Bundle args) { argument
198 public Loader<List<RecommendationInfo>> onCreateLoader(int id, Bundle args) { argument
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/dream/
H A DDreamBackend.java280 private static void logd(String msg, Object... args) { argument
282 Log.d(TAG, args == null || args.length == 0 ? msg : String.format(msg, args));
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DAssistManager.java106 public void startAssist(Bundle args) { argument
119 startAssistInternal(args, assistComponent, isService);
150 private void startAssistInternal(Bundle args, @NonNull ComponentName assistComponent, argument
153 startVoiceInteractor(args);
155 startAssistActivity(args, assistComponent);
159 private void startAssistActivity(Bundle args, @NonNull ComponentName assistComponent) { argument
177 intent.putExtras(args);
199 private void startVoiceInteractor(Bundle args) { argument
200 mAssistUtils.showSessionForActiveService(args,
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerUI.java212 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DDivider.java142 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DGestureRecorder.java249 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
H A DCarBatteryController.java86 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
243 public void dispatchDemoCommand(String command, Bundle args) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelBar.java31 public static final void LOG(String fmt, Object... args) { argument
33 Log.v(TAG, String.format(fmt, args));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImpl.java71 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
H A DCastControllerImpl.java71 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
H A DSecurityControllerImpl.java86 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogComponent.java148 public void dispatchDemoCommand(String command, Bundle args) { argument
159 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
160 mController.dump(fd, pw, args);
H A DVolumeUI.java97 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
101 getVolumeComponent().dump(fd, pw, args);
/frameworks/base/services/core/java/com/android/server/
H A DCommonTimeManagementService.java179 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
H A DDropBoxManagerService.java143 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) {
144 DropBoxManagerService.this.dump(fd, pw, args);
351 public synchronized void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
371 for (int i = 0; args != null && i < args.length; i++) {
372 if (args[i].equals("-p") || args[i].equals("--print")) {
374 } else if (args[i].equals("-f") || args[i].equals("--file")) {
376 } else if (args[
[all...]
H A DGraphicsStatsService.java168 protected void dump(FileDescriptor fd, PrintWriter fout, String[] args) { argument
H A DNetworkScoreService.java410 protected void dump(FileDescriptor fd, PrintWriter writer, String[] args) { argument
421 scoreCache.asBinder().dump(fd, args);
430 mServiceConnection.dump(fd, writer, args);
499 public void dump(FileDescriptor fd, PrintWriter writer, String[] args) { argument
H A DNetworkTimeUpdateService.java325 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument

Completed in 3930 milliseconds

1234567891011>>