Searched refs:pinnerService (Results 1 – 3 of 3) sorted by relevance
128 unpinAppMethod.invoke(pinnerService, KEY_HOME); in unpinAll()129 unpinAppMethod.invoke(pinnerService, KEY_CAMERA); in unpinAll()156 pinnerService); in getPinnedApps()193 pinnerService.update(mUpdatedPackages, true); in testPinHomeApp()195 waitForPinnerService(pinnerService); in testPinHomeApp()205 unpinAll(pinnerService); in testPinHomeApp()221 waitForPinnerService(pinnerService); in testPinHomeAppOnBootCompleted()231 unpinAll(pinnerService); in testPinHomeAppOnBootCompleted()244 pinnerService.update(mUpdatedPackages, true); in testNothingToPin()246 waitForPinnerService(pinnerService); in testNothingToPin()[all …]
1029 PinnerService pinnerService = mInjector.getPinnerService(); in notifyPinService() local1030 if (pinnerService != null) { in notifyPinService()1032 pinnerService.update(updatedPackages, false /* force */); in notifyPinService()
4867 PinnerService pinnerService = LocalServices.getService(PinnerService.class);4868 List<PinnedFileStats> pinnedFileStats = pinnerService.dumpDataForStatsd();