Searched defs:isService (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/preload/
H A DPolicy.java80 public static boolean isService(String processName) { method in class:Policy
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DAssistManager.java135 final boolean isService = assistComponent.equals(getVoiceInteractorComponentName());
136 if (!isService || (!isVoiceSessionRunning() && shouldShowOrb())) {
137 showOrb(assistComponent, isService);
138 mView.postDelayed(mHideRunnable, isService
142 startAssistInternal(args, assistComponent, isService);
168 private void showOrb(@NonNull ComponentName assistComponent, boolean isService) { argument
169 maybeSwapSearchIcon(assistComponent, isService);
174 boolean isService) {
175 if (isService) {
247 private void maybeSwapSearchIcon(@NonNull ComponentName assistComponent, boolean isService) { argument
173 startAssistInternal(Bundle args, @NonNull ComponentName assistComponent, boolean isService) argument
252 replaceDrawable(ImageView v, ComponentName component, String name, boolean isService) argument
[all...]

Completed in 61 milliseconds