Searched refs:builderContext (Results 1 – 2 of 2) sorted by relevance
748 Context builderContext = mContext; in showEnableInstalledPrintServiceNotification() local750 builderContext = mContext.createPackageContextAsUser(mContext.getPackageName(), 0, in showEnableInstalledPrintServiceNotification()755 Notification.Builder builder = new Notification.Builder(builderContext) in showEnableInstalledPrintServiceNotification()
3467 Context builderContext; in rebuild() local3469 builderContext = context.createApplicationContext(applicationInfo, in rebuild()3473 builderContext = context; // try with our context in rebuild()3476 Builder b = new Builder(builderContext, n); in rebuild()