Home
last modified time | relevance | path

Searched refs:android_context (Results 1 – 1 of 1) sorted by relevance

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
DTestNotificationService.java170 Context android_context = getBaseContext().createPackageContext(ANDROID_PACKAGENAME, in doCancel() local
172 int res_id = android_context.getResources().getIdentifier(CANCEL_RES_NAME, in doCancel()
174 final String cancel_label = android_context.getResources().getString(res_id); in doCancel()