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()
3298 Context builderContext; in rebuild() local3300 builderContext = context.createApplicationContext(applicationInfo, in rebuild()3304 builderContext = context; // try with our context in rebuild()3307 Builder b = new Builder(builderContext, n); in rebuild()