Home
last modified time | relevance | path

Searched refs:isPresent (Results 1 – 23 of 23) sorted by relevance

/development/tools/winscope/src/test/e2e/
Dviewer_surface_flinger_test.ts65 const isPresent = await curatedProperties.isPresent(); constant
66 expect(isPresent).toBeTruthy();
Dviewer_transitions_test.ts35 ).isPresent();
40 ).isPresent();
Dviewer_screen_recording_test.ts34 expect(await viewer.isPresent()).toBeTruthy();
37 expect(await video.isPresent()).toBeTruthy();
Dcross_tool_protocol_test.ts135 const isPresent = await element(by.css('.uploaded-files')).isPresent(); constant
136 expect(isPresent).toBeTruthy();
164 ).isPresent();
Dupload_traces_test.ts62 ).isPresent();
78 const filesUploaded = await element(by.css('.uploaded-files')).isPresent();
Dwinscope_test.ts27 expect(await title.isPresent()).toBeTruthy();
Dutils.ts41 const viewerPresent = await element(by.css(viewerSelector)).isPresent();
58 const emitted = await element(by.css('snack-bar')).isPresent();
90 const isPresent = await closeButton.isPresent(); constant
91 if (isPresent) {
Dtrace_navigation_test.ts77 expect(await element.isPresent()).toBeTruthy();
Dviewer_input_method_manager_service_test.ts61 expect(await additionalProperties.isPresent()).toBeTruthy();
Dviewer_transactions_test.ts69 expect(await selectedEntry.isPresent()).toBeTruthy();
Dviewer_input_method_clients_test.ts107 expect(await additionalProperties.isPresent()).toBeTruthy();
/development/tools/winscope/src/trace/tree_node/
Dproperty_tree_builder_from_proto_test.ts54 isPresent: true,
98 nestedProperty: {size: 3, isPresent: false},
Dproperty_tree_node_factory_test.ts104 const nestedProperty = {size: 3, isPresent: false};
/development/samples/InlineFillService/src/com/example/android/inlinefillservice/
DResponseHelper.java66 if (inlineRequest.isPresent()) { in newUnlockedDataset()
107 if (inlineRequest.isPresent()) { in newLockedDataset()
DInlineRequestHelper.java49 if (inlineRequest.isPresent()) { in getMaxSuggestionCount()
57 if (!inlineRequest.isPresent()) { in maybeCreateInlineAuthenticationResponse()
DInlineFillService.java131 if (inlineRequest.isPresent()) { in createResponse()
/development/samples/VirtualDeviceManager/host/src/com/example/android/vdmdemo/host/
DDisplayRepository.java62 return display.isPresent(); in resetDisplay()
DInputController.java117 return display.isPresent() in getFocusedDisplaySize()
DStylusFragment.java97 if (action < 0 || !displaySize.isPresent()) { in sendMotionEvent()
/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DIntentDialogFragment.java132 if (taskToKill.isPresent()) { in removeTask()
DTracking.java90 if (existingTask.isPresent()) { in onDestroy()
DFlagUtils.java197 if (!infoOptional.isPresent()) {
/development/samples/training/location-aware/src/com/example/android/location/
DLocationActivity.java98 Build.VERSION.SDK_INT >= Build.VERSION_CODES.GINGERBREAD && Geocoder.isPresent(); in onCreate()