Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DAssistManager.java292 final boolean isService = assistComponent.equals(getVoiceInteractorComponentName()); in startAssist()
293 if (!isService || (!isVoiceSessionRunning() && shouldShowOrb())) { in startAssist()
294 showOrb(assistComponent, isService); in startAssist()
295 mView.postDelayed(mHideRunnable, isService in startAssist()
316 startAssistInternal(args, assistComponent, isService); in startAssist()
358 private void showOrb(@NonNull ComponentName assistComponent, boolean isService) { in showOrb() argument
359 maybeSwapSearchIcon(assistComponent, isService); in showOrb()
366 boolean isService) { in startAssistInternal() argument
367 if (isService) { in startAssistInternal()
441 private void maybeSwapSearchIcon(@NonNull ComponentName assistComponent, boolean isService) { in maybeSwapSearchIcon() argument
[all …]
/frameworks/base/tools/preload/
DPolicy.java80 public static boolean isService(String processName) { in isService() method in Policy
DWritePreloadedClassFile.java99 if (proc.fromZygote() && !Policy.isService(proc.name)) { in main()