Searched refs:UNAWARE (Results 1 – 5 of 5) sorted by relevance
19 import static com.android.cts.encryptionapp.EncryptionApp.UNAWARE;27 super(UNAWARE); in UnawareService()32 Log.v(UNAWARE, "IntentService.onHandleIntent()"); in onHandleIntent()
19 import static com.android.cts.encryptionapp.EncryptionApp.UNAWARE;29 Log.v(UNAWARE, "BroadcastReceiver.onReceive()"); in onReceive()
19 import static com.android.cts.encryptionapp.EncryptionApp.UNAWARE;30 Log.v(UNAWARE, "Activity.onCreate()"); in onCreate()
19 import static com.android.cts.encryptionapp.EncryptionApp.UNAWARE;32 Log.v(UNAWARE, "ContentProvider.onCreate()"); in onCreate()
24 static final String UNAWARE = "Unaware"; field in EncryptionApp