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