OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:harmfulappwarning
(Results
1 - 3
of
3
) sorted by null
/cts/hostsidetests/harmfulappwarning/sampleapp/src/android/harmfulappwarning/sampleapp/
SampleDeviceActivity.java
17
package android.
harmfulappwarning
.sampleapp;
31
"android.
harmfulappwarning
.sampleapp.ACTIVITY_STARTED";
/cts/hostsidetests/harmfulappwarning/src/android/harmfulappwarning/cts/
HarmfulAppWarningTest.java
17
package android.
harmfulappwarning
.cts;
59
private static final String TEST_APP_PACKAGE_NAME = "android.
harmfulappwarning
.sampleapp";
91
runDeviceTests("android.
harmfulappwarning
.testapp",
92
"android.
harmfulappwarning
.testapp.HarmfulAppWarningDeviceTest",
/cts/hostsidetests/harmfulappwarning/testapp/src/android/harmfulappwarning/testapp/
HarmfulAppWarningDeviceTest.java
17
package android.
harmfulappwarning
.testapp;
51
"android.
harmfulappwarning
.sampleapp.ACTIVITY_STARTED";
53
private static final String TEST_APP_PACKAGE_NAME = "android.
harmfulappwarning
.sampleapp";
55
"android.
harmfulappwarning
.sampleapp.SampleDeviceActivity";
Completed in 83 milliseconds