Searched refs:simUnlockIntent (Results 1 – 1 of 1) sorted by relevance
1035 Intent simUnlockIntent = new Intent().setComponent(new ComponentName( in getTelephonyConnection() local1037 simUnlockIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in getTelephonyConnection()1039 context.startActivity(simUnlockIntent); in getTelephonyConnection()