Searched defs:probe (Results 1 – 12 of 12) sorted by relevance
184 StaEvent probe = new StaEvent(); in buildLinkProbeSuccessStaEvent() local196 StaEvent probe = new StaEvent(); in buildLinkProbeFailureStaEvent() local
69 final Intent probe = new Intent(Intent.ACTION_MAIN); in dumpSuggestions() local
130 async fn probe(&mut self, probe_timeout: Duration) -> Result<()> { in probe() method149 let probe = encoding::probe_query()?; in force_probe() localVariable
86 pub async fn probe(&mut self, timeout: Duration) -> Result<()> { in probe() method
256 final Uri.Builder probe = Uri.parse("content://" + MediaDocumentsProvider.AUTHORITY) in assertProbe() local293 final Uri.Builder probe = Uri.parse("content://" + MediaDocumentsProvider.AUTHORITY) in assertOpenFile() local
180 final Uri probe = MediaStore.AUTHORITY_URI.buildUpon() in testSchema() local
73 final Intent probe = new Intent(VoiceInteractionService.SERVICE_INTERFACE) in getSettingIntent() local
100 Intent probe = ASSISTANT_SERVICE.setPackage(assistantPkgName); in getComponentName() local
98 final Intent probe = new Intent(Intent.ACTION_MAIN); in readSuggestions() local
104 async fn probe(&mut self, info: ServerInfo, timeout: Duration) -> Result<()> { in probe() method
138 final Intent probe = new Intent(CONTENT_PROVIDER_INTENT_ACTION) in call() local
243 private String probe(String path) throws Exception { in probe() method in AtomTestCase