Searched refs:isPresent (Results 1 – 23 of 23) sorted by relevance
65 const isPresent = await curatedProperties.isPresent(); constant66 expect(isPresent).toBeTruthy();
35 ).isPresent();40 ).isPresent();
34 expect(await viewer.isPresent()).toBeTruthy();37 expect(await video.isPresent()).toBeTruthy();
135 const isPresent = await element(by.css('.uploaded-files')).isPresent(); constant136 expect(isPresent).toBeTruthy();164 ).isPresent();
62 ).isPresent();78 const filesUploaded = await element(by.css('.uploaded-files')).isPresent();
27 expect(await title.isPresent()).toBeTruthy();
41 const viewerPresent = await element(by.css(viewerSelector)).isPresent();58 const emitted = await element(by.css('snack-bar')).isPresent();90 const isPresent = await closeButton.isPresent(); constant91 if (isPresent) {
77 expect(await element.isPresent()).toBeTruthy();
61 expect(await additionalProperties.isPresent()).toBeTruthy();
69 expect(await selectedEntry.isPresent()).toBeTruthy();
107 expect(await additionalProperties.isPresent()).toBeTruthy();
54 isPresent: true,98 nestedProperty: {size: 3, isPresent: false},
104 const nestedProperty = {size: 3, isPresent: false};
66 if (inlineRequest.isPresent()) { in newUnlockedDataset()107 if (inlineRequest.isPresent()) { in newLockedDataset()
49 if (inlineRequest.isPresent()) { in getMaxSuggestionCount()57 if (!inlineRequest.isPresent()) { in maybeCreateInlineAuthenticationResponse()
131 if (inlineRequest.isPresent()) { in createResponse()
62 return display.isPresent(); in resetDisplay()
117 return display.isPresent() in getFocusedDisplaySize()
97 if (action < 0 || !displaySize.isPresent()) { in sendMotionEvent()
132 if (taskToKill.isPresent()) { in removeTask()
90 if (existingTask.isPresent()) { in onDestroy()
197 if (!infoOptional.isPresent()) {
98 Build.VERSION.SDK_INT >= Build.VERSION_CODES.GINGERBREAD && Geocoder.isPresent(); in onCreate()