OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProtectedCrossUserService
(Results
1 - 3
of
3
) sorted by null
/cts/hostsidetests/devicepolicy/app/CorpOwnedManagedProfile/src/com/android/cts/comp/
ProtectedCrossUserService.java
28
public class
ProtectedCrossUserService
extends Service {
BindDeviceAdminServiceFailsTest.java
69
serviceIntent.setClassName(targetPackageName,
ProtectedCrossUserService
.class.getName());
BindDeviceAdminServiceGoodSetupTest.java
129
serviceIntent.setClassName(NON_MANAGING_PACKAGE,
ProtectedCrossUserService
.class.getName());
145
final Intent serviceIntent = new Intent(mContext,
ProtectedCrossUserService
.class);
202
final Intent serviceIntent = new Intent(mContext,
ProtectedCrossUserService
.class);
Completed in 740 milliseconds