Home
last modified time | relevance | path

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

/cts/hostsidetests/appcompat/hiddenapi/src/android/compat/hiddenapi/cts/
DHostsideStatsdAtomTests.java154 String intentString; in withActivity() local
156 intentString = actionKey + " " + actionValue; in withActivity()
158 intentString = null; in withActivity()
162 if (intentString != null) { in withActivity()
163 cmd += " -e " + intentString; in withActivity()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DDeviceAtomTestCase.java255 String intentString = null; in withActivity() local
257 intentString = actionKey + " " + actionValue; in withActivity()
259 if (intentString == null) { in withActivity()
265 intentString); in withActivity()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DDeviceUtils.java288 String intentString; in withActivity() local
290 intentString = actionKey + " " + actionValue; in withActivity()
292 intentString = null; in withActivity()
296 if (intentString != null) { in withActivity()
297 cmd += " -e " + intentString; in withActivity()