Home
last modified time | relevance | path

Searched refs:intentString (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/appcompat/hiddenapi/src/android/compat/hiddenapi/cts/
DHostsideStatsdAtomTests.java164 String intentString; in withActivity() local
166 intentString = actionKey + " " + actionValue; in withActivity()
168 intentString = null; in withActivity()
172 if (intentString != null) { in withActivity()
173 cmd += " -e " + intentString; in withActivity()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DDeviceUtils.java359 String intentString; in withActivity() local
361 intentString = actionKey + " " + actionValue; in withActivity()
363 intentString = null; in withActivity()
367 if (intentString != null) { in withActivity()
368 cmd += " -e " + intentString; in withActivity()