Home
last modified time | relevance | path

Searched defs:flags (Results 1 – 25 of 538) sorted by relevance

12345678910>>...22

/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DHandlerInputConnection.java47 public CharSequence getTextBeforeCursor(int n, int flags) { in getTextBeforeCursor()
52 public CharSequence getTextAfterCursor(int n, int flags) { in getTextAfterCursor()
57 public CharSequence getSelectedText(int flags) { in getSelectedText()
62 public SurroundingText getSurroundingText(int beforeLength, int afterLength, int flags) { in getSurroundingText()
72 public ExtractedText getExtractedText(ExtractedTextRequest request, int flags) { in getExtractedText()
187 public boolean commitContent(InputContentInfo inputContentInfo, int flags, Bundle opts) { in commitContent()
DNoOpInputConnection.java36 public CharSequence getTextBeforeCursor(int n, int flags) { in getTextBeforeCursor()
42 public CharSequence getTextAfterCursor(int n, int flags) { in getTextAfterCursor()
47 public CharSequence getSelectedText(int flags) { in getSelectedText()
58 int flags) { in getExtractedText()
166 int flags, @Nullable Bundle opts) { in commitContent()
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DCustomView.java45 public void onProvideContentCaptureStructure(ViewStructure structure, int flags) { in onProvideContentCaptureStructure()
61 void superOnProvideContentCaptureStructure(@NonNull ViewStructure structure, int flags) { in superOnProvideContentCaptureStructure()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DNoOpInputConnection.java37 public CharSequence getTextBeforeCursor(int n, int flags) { in getTextBeforeCursor()
42 public CharSequence getTextAfterCursor(int n, int flags) { in getTextAfterCursor()
47 public CharSequence getSelectedText(int flags) { in getSelectedText()
57 public ExtractedText getExtractedText(ExtractedTextRequest request, int flags) { in getExtractedText()
166 public boolean commitContent(InputContentInfo inputContentInfo, int flags, Bundle opts) { in commitContent()
DInputConnectionSplitter.java47 public CharSequence getTextBeforeCursor(int n, int flags) { in getTextBeforeCursor()
53 public CharSequence getTextAfterCursor(int n, int flags) { in getTextAfterCursor()
59 public CharSequence getSelectedText(int flags) { in getSelectedText()
65 public SurroundingText getSurroundingText(int beforeLength, int afterLength, int flags) { in getSurroundingText()
77 public ExtractedText getExtractedText(ExtractedTextRequest request, int flags) { in getExtractedText()
230 public boolean commitContent(InputContentInfo inputContentInfo, int flags, Bundle opts) { in commitContent()
/cts/tests/framework/base/windowmanager/intent_tests/reorderToFront/
Dreorder-to-front.json5 "flags": "FLAG_ACTIVITY_NEW_TASK", string
11 "flags": "", string
17 "flags": "", string
23 "flags": "", string
31 "flags": "FLAG_ACTIVITY_REORDER_TO_FRONT", string
/cts/common/device-side/bedstead/eventlib/src/main/java/com/android/eventlib/events/services/
DServiceStartedEvent.java121 String serviceName, Intent intent, int flags, int startId) { in logger()
130 String serviceName, Intent intent, int flags, int startId) { in ServiceStartedEventLogger()
156 public ServiceStartedEventLogger setFlags(int flags) { in setFlags()
188 public int flags() { in flags() method in ServiceStartedEvent
/cts/tests/framework/base/windowmanager/intent_tests/clearCases/
Dtest-6.json5 "flags": "FLAG_ACTIVITY_NEW_TASK", string
11 "flags": "", string
17 "flags": "", string
25 "flags": "FLAG_ACTIVITY_CLEAR_TOP", string
Dtest-2.json5 "flags": "FLAG_ACTIVITY_NEW_TASK", string
11 "flags": "", string
19 "flags": "FLAG_ACTIVITY_CLEAR_TOP", string
Dtest-3.json5 "flags": "FLAG_ACTIVITY_NEW_TASK", string
11 "flags": "", string
19 "flags": "FLAG_ACTIVITY_CLEAR_TOP | FLAG_ACTIVITY_NEW_TASK", string
Dtest-no-history-2.json5 "flags": "FLAG_ACTIVITY_NEW_TASK", string
11 "flags": "FLAG_ACTIVITY_NO_HISTORY", string
19 "flags": "", string
Dtest-5.json5 "flags": "FLAG_ACTIVITY_NEW_TASK", string
11 "flags": "", string
19 "flags": "FLAG_ACTIVITY_CLEAR_TOP | FLAG_ACTIVITY_PREVIOUS_IS_TOP", string
Dtest-4.json5 "flags": "FLAG_ACTIVITY_NEW_TASK", string
11 "flags": "", string
19 "flags": "FLAG_ACTIVITY_CLEAR_TOP | FLAG_ACTIVITY_NEW_DOCUMENT", string
/cts/tests/framework/base/windowmanager/intent_tests/resetTaskIfNeeded/
Dtest-4.json5 "flags": "FLAG_ACTIVITY_NEW_TASK", string
11 "flags": "", string
17 "flags": "", string
25 "flags": "FLAG_ACTIVITY_NEW_TASK | FLAG_ACTIVITY_RESET_TASK_IF_NEEDED", string
Dtest-2.json5 "flags": "FLAG_ACTIVITY_NEW_TASK", string
11 "flags": "", string
19 "flags": "FLAG_ACTIVITY_NEW_TASK | FLAG_ACTIVITY_RESET_TASK_IF_NEEDED", string
Dtest-1.json5 "flags": "FLAG_ACTIVITY_NEW_TASK", string
11 "flags": "", string
19 "flags": "FLAG_ACTIVITY_NEW_TASK | FLAG_ACTIVITY_RESET_TASK_IF_NEEDED", string
/cts/tests/app/ShortFgsTest/src/android/app/cts/shortfgstest/
DServiceBinder.java42 private ServiceBinder(Context context, ComponentName componentName, int flags) { in ServiceBinder()
51 public static ServiceBinder bind(Context c, ComponentName cn, int flags) throws Exception { in bind()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2021-1906/
Dmsm_kgsl.h31 unsigned int flags; member
45 unsigned int flags; member
61 unsigned int flags; member
69 unsigned int flags; member
82 unsigned int flags; member
/cts/tests/framework/base/windowmanager/intent_tests/forResult/
Dtest-13.json5 "flags": "FLAG_ACTIVITY_NEW_TASK", string
11 "flags": "", string
19 "flags": "", string
Dtest-14.json5 "flags": "FLAG_ACTIVITY_NEW_TASK", string
11 "flags": "", string
19 "flags": "", string
Dtest-9.json5 "flags": "FLAG_ACTIVITY_NEW_TASK", string
11 "flags": "", string
19 "flags": "FLAG_ACTIVITY_REORDER_TO_FRONT", string
Dtest-8.json5 "flags": "FLAG_ACTIVITY_NEW_TASK", string
11 "flags": "", string
19 "flags": "FLAG_ACTIVITY_REORDER_TO_FRONT", string
/cts/tests/tests/media/common/src/android/media/cts/
DMediaCodecWrapper.java36 void configure(MediaFormat format, int flags); in configure()
38 void configure(MediaFormat format, int flags, Surface surface); in configure()
69 int flags); in queueInputBuffer()
/cts/tests/framework/base/windowmanager/intent_tests/singleInstancePerTask/
Dtest-4.json6 "flags": "FLAG_ACTIVITY_NEW_TASK", string
14 "flags": "FLAG_ACTIVITY_NEW_TASK", string
20 "flags": "FLAG_ACTIVITY_NEW_TASK", string
26 "flags": "FLAG_ACTIVITY_NEW_TASK", string
/cts/tests/signature/api-check/hidden-api-blocklist-test-api/src/android/signature/cts/api/test/
DHiddenApiTest.java29 Set<String> flags = member.getHiddenapiFlags(); in shouldTestMember() local

12345678910>>...22