Home
last modified time | relevance | path

Searched defs:arguments (Results 1 – 25 of 269) sorted by relevance

1234567891011

/aosp12/art/test/559-checker-irreducible-loop/src/
H A DMain.java27 Object[] arguments = { 42 }; in main() local
33 Object[] arguments = { 42, new Main() }; in main() local
39 Object[] arguments = { 42 }; in main() local
45 Object[] arguments = { 42 }; in main() local
51 Object[] arguments = { }; in main() local
57 Object[] arguments = { 42 }; in main() local
63 Object[] arguments = { 42 }; in main() local
/aosp12/packages/apps/Car/libs/car-ui-lib/car-rotary-lib/src/androidTest/java/com/android/car/ui/
H A DFocusAreaTest.java141 Bundle arguments = new Bundle(); in testPerformAccessibilityAction_actionNudgeShortcut_legacy() local
198 Bundle arguments = new Bundle(); in testPerformAccessibilityAction_actionNudgeShortcut_new() local
261 Bundle arguments = new Bundle(); in testPerformAccessibilityAction_actionNudgeShortcut_programmatic() local
444 Bundle arguments = new Bundle(); in testPerformAccessibilityAction_actionNudgeToAnotherFocusArea_enabledCache() local
498 Bundle arguments = new Bundle(); in testPerformAccessibilityAction_actionNudgeToAnotherFocusArea_mixedCache() local
541 Bundle arguments = new Bundle(); in testPerformAccessibilityAction_actionNudgeToAnotherFocusArea_mixedCache2() local
574 Bundle arguments = new Bundle(); in testPerformAccessibilityAction_actionNudgeToAnotherFocusArea_specifiedTarget() local
632 Bundle arguments = new Bundle(); in testPerformAccessibilityAction_actionNudgeToAnotherFocusArea_specifiedTarget2() local
657 Bundle arguments = new Bundle(); in testPerformAccessibilityAction_actionNudgeToAnotherFocusArea_specifiedTarget3() local
751 Bundle arguments = new Bundle(); in testClearFocusAreaHistoryWhenRotating_clear() local
[all …]
/aosp12/frameworks/base/core/java/android/content/pm/
H A DDataLoaderParams.java42 @NonNull String arguments) { in forStreaming()
56 @NonNull ComponentName componentName, @NonNull String arguments) { in forIncremental()
62 @NonNull String arguments) { in DataLoaderParams()
/aosp12/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
H A DMemoryUsageInstrumentation.java26 private Bundle arguments; field in MemoryUsageInstrumentation
29 public void onCreate(Bundle arguments) { in onCreate()
/aosp12/art/test/565-checker-irreducible-loop/src/
H A DMain.java27 Object[] arguments = { 42, 31L }; in main() local
33 Object[] arguments = { 42, 31L }; in main() local
/aosp12/art/test/588-checker-irreducib-lifetime-hole/src/
H A DMain.java27 Object[] arguments = { 42 }; in main() local
32 Object[] arguments = { 42 }; in main() local
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/ui/specialappaccess/handheld/
H A DHandheldSpecialAppAccessFragment.java49 Bundle arguments = new Bundle(); in newInstance() local
59 Bundle arguments = getArguments(); in onCreate() local
H A DHandheldSpecialAppAccessPreferenceFragment.java55 Bundle arguments = new Bundle(); in newInstance() local
65 Bundle arguments = getArguments(); in onCreate() local
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/ui/handheld/
H A DHandheldDefaultAppFragment.java53 Bundle arguments = new Bundle(); in newInstance() local
64 Bundle arguments = getArguments(); in onCreate() local
H A DHandheldDefaultAppPreferenceFragment.java59 Bundle arguments = new Bundle(); in newInstance() local
70 Bundle arguments = getArguments(); in onCreate() local
/aosp12/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
H A DDicttool.java103 private static Command getCommand(final String[] arguments) { in getCommand()
119 private static int execute(final String[] arguments) { in execute()
132 public static void main(final String[] arguments) { in main()
/aosp12/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeProvider.java220 int virtualViewId, AccessibilityNodeInfo info, String extraDataKey, Bundle arguments) { in addExtraDataToAccessibilityNodeInfo()
237 public boolean performAction(int virtualViewId, int action, Bundle arguments) { in performAction()
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/privacy/
H A DManageMicPermissionsPreferenceControllerTest.java135 Map<String, Object> arguments = new HashMap<>(); in getSummary_whenLocationAppCountIsOne_shouldShowSingularString() local
153 Map<String, Object> arguments = new HashMap<>(); in getSummary_whenLocationAppCountIsGreaterThanOne_shouldShowPluralString() local
178 Map<String, Object> arguments = new HashMap<>(); in getSummary_multipleUsers_addsAppCounts() local
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/ui/
H A DDefaultAppConfirmationDialogFragment.java51 Bundle arguments = new Bundle(); in newInstance() local
76 Bundle arguments = getArguments(); in onCreate() local
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/ui/auto/
H A DAutoSpecialAppAccessFragment.java46 Bundle arguments = new Bundle(); in newInstance() local
56 Bundle arguments = getArguments(); in onCreate() local
H A DAutoDefaultAppFragment.java53 Bundle arguments = new Bundle(); in newInstance() local
64 Bundle arguments = getArguments(); in onCreate() local
/aosp12/packages/apps/Settings/src/com/android/settings/accessibility/
H A DAccessibilityDetailsSettingsFragment.java100 final Bundle arguments = new Bundle(); in getSystemAccessibilitySettingsLaunchArguments() local
142 private void openSubSettings(@NonNull String destination, @Nullable Bundle arguments) { in openSubSettings()
228 LaunchFragmentArguments(@NonNull String destination, @Nullable Bundle arguments) { in LaunchFragmentArguments()
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/src/
H A DUtils.cpp34 nn::GeneralResult<std::vector<Type>> cloneVec(const std::vector<Type>& arguments) { in cloneVec()
44 nn::GeneralResult<std::vector<Type>> clone(const std::vector<Type>& arguments) { in clone()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DCustomTestRunner.java26 public void onCreate(Bundle arguments) { in onCreate()
/aosp12/frameworks/multidex/instrumentation/src/com/android/test/runner/
H A DMultiDexTestRunner.java34 public void onCreate(Bundle arguments) { in onCreate()
/aosp12/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/tests/
H A DMultiDexAndroidJUnitRunner.java27 public void onCreate(Bundle arguments) { in onCreate()
/aosp12/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestAppTests2/src/com/android/multidexlegacytestapp/test2/
H A DMultiDexAndroidJUnitRunner.java11 public void onCreate(Bundle arguments) { in onCreate()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DExploreByTouchHelper.java505 private boolean performAction(int virtualViewId, int action, Bundle arguments) { in performAction()
514 private boolean performActionForHost(int action, Bundle arguments) { in performActionForHost()
518 private boolean performActionForChild(int virtualViewId, int action, Bundle arguments) { in performActionForChild()
811 int virtualViewId, int action, Bundle arguments); in onPerformActionForVirtualView()
824 public boolean performAction(int virtualViewId, int action, Bundle arguments) { in performAction()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
H A DSettingsFragmentProvider.java28 Fragment newSettingsFragment(String className, Bundle arguments) in newSettingsFragment()
/aosp12/frameworks/native/cmds/cmd/
H A Dmain.cpp24 std::vector<std::string_view> arguments; in main() local

1234567891011