HomeSort by relevance Sort by last modified time
    Searched refs:EnableProfileActivity (Results 1 - 12 of 12) sorted by null

  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
EnforcerDeviceAdminReceiver.java 37 // EnableProfileActivity is launched with the newly set up profile.
38 Intent launch = new Intent(context, EnableProfileActivity.class);
EnableProfileActivity.java 30 public class EnableProfileActivity extends FragmentActivity {
  /developers/build/prebuilts/gradle/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/
BasicDeviceAdminReceiver.java 37 // EnableProfileActivity is launched with the newly set up profile.
38 Intent launch = new Intent(context, EnableProfileActivity.class);
EnableProfileActivity.java 30 public class EnableProfileActivity extends Activity implements View.OnClickListener {
  /developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
EnforcerDeviceAdminReceiver.java 37 // EnableProfileActivity is launched with the newly set up profile.
38 Intent launch = new Intent(context, EnableProfileActivity.class);
EnableProfileActivity.java 30 public class EnableProfileActivity extends FragmentActivity {
  /developers/samples/android/admin/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/
BasicDeviceAdminReceiver.java 37 // EnableProfileActivity is launched with the newly set up profile.
38 Intent launch = new Intent(context, EnableProfileActivity.class);
EnableProfileActivity.java 30 public class EnableProfileActivity extends Activity implements View.OnClickListener {
  /development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
EnforcerDeviceAdminReceiver.java 37 // EnableProfileActivity is launched with the newly set up profile.
38 Intent launch = new Intent(context, EnableProfileActivity.class);
EnableProfileActivity.java 30 public class EnableProfileActivity extends FragmentActivity {
  /development/samples/browseable/BasicManagedProfile/src/com.example.android.basicmanagedprofile/
BasicDeviceAdminReceiver.java 37 // EnableProfileActivity is launched with the newly set up profile.
38 Intent launch = new Intent(context, EnableProfileActivity.class);
EnableProfileActivity.java 31 public class EnableProfileActivity extends Activity implements View.OnClickListener {

Completed in 160 milliseconds