/aosp12/art/test/559-checker-irreducible-loop/src/ |
H A D | Main.java | 27 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 D | FocusAreaTest.java | 141 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 D | DataLoaderParams.java | 42 @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 D | MemoryUsageInstrumentation.java | 26 private Bundle arguments; field in MemoryUsageInstrumentation 29 public void onCreate(Bundle arguments) { in onCreate()
|
/aosp12/art/test/565-checker-irreducible-loop/src/ |
H A D | Main.java | 27 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 D | Main.java | 27 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 D | HandheldSpecialAppAccessFragment.java | 49 Bundle arguments = new Bundle(); in newInstance() local 59 Bundle arguments = getArguments(); in onCreate() local
|
H A D | HandheldSpecialAppAccessPreferenceFragment.java | 55 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 D | HandheldDefaultAppFragment.java | 53 Bundle arguments = new Bundle(); in newInstance() local 64 Bundle arguments = getArguments(); in onCreate() local
|
H A D | HandheldDefaultAppPreferenceFragment.java | 59 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 D | Dicttool.java | 103 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 D | AccessibilityNodeProvider.java | 220 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 D | ManageMicPermissionsPreferenceControllerTest.java | 135 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 D | DefaultAppConfirmationDialogFragment.java | 51 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 D | AutoSpecialAppAccessFragment.java | 46 Bundle arguments = new Bundle(); in newInstance() local 56 Bundle arguments = getArguments(); in onCreate() local
|
H A D | AutoDefaultAppFragment.java | 53 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 D | AccessibilityDetailsSettingsFragment.java | 100 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 D | Utils.cpp | 34 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 D | CustomTestRunner.java | 26 public void onCreate(Bundle arguments) { in onCreate()
|
/aosp12/frameworks/multidex/instrumentation/src/com/android/test/runner/ |
H A D | MultiDexTestRunner.java | 34 public void onCreate(Bundle arguments) { in onCreate()
|
/aosp12/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/tests/ |
H A D | MultiDexAndroidJUnitRunner.java | 27 public void onCreate(Bundle arguments) { in onCreate()
|
/aosp12/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestAppTests2/src/com/android/multidexlegacytestapp/test2/ |
H A D | MultiDexAndroidJUnitRunner.java | 11 public void onCreate(Bundle arguments) { in onCreate()
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | ExploreByTouchHelper.java | 505 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 D | SettingsFragmentProvider.java | 28 Fragment newSettingsFragment(String className, Bundle arguments) in newSettingsFragment()
|
/aosp12/frameworks/native/cmds/cmd/ |
H A D | main.cpp | 24 std::vector<std::string_view> arguments; in main() local
|