HomeSort by relevance Sort by last modified time
    Searched refs:isService (Results 1 - 21 of 21) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
AssistManager.java 149 final boolean isService = assistComponent.equals(getVoiceInteractorComponentName());
150 if (!isService || (!isVoiceSessionRunning() && shouldShowOrb())) {
151 showOrb(assistComponent, isService);
152 mView.postDelayed(mHideRunnable, isService
156 startAssistInternal(args, assistComponent, isService);
183 private void showOrb(@NonNull ComponentName assistComponent, boolean isService) {
184 maybeSwapSearchIcon(assistComponent, isService);
189 boolean isService) {
190 if (isService) {
262 private void maybeSwapSearchIcon(@NonNull ComponentName assistComponent, boolean isService) {
    [all...]
  /frameworks/base/tools/preload/
Policy.java 80 public static boolean isService(String processName) {
WritePreloadedClassFile.java 99 if (proc.fromZygote() && !Policy.isService(proc.name)) {
  /external/deqp/android/package/src/com/drawelements/deqp/testercore/
RemoteAPI.java 87 boolean isService = m_context.getPackageManager().resolveService(testIntent, 0) != null;
89 if (!isActivity && !isService) {
97 if (isService)
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowPendingIntent.java 82 boolean isService = readBooleanFromParcel(in);
89 return create(null, intent, isActivity, isBroadcast, isService, requestCode);
179 private static PendingIntent create(Context context, Intent intent, boolean isActivity, boolean isBroadcast, boolean isService, int requestCode) {
185 shadowPendingIntent.isServiceIntent = isService;
  /packages/apps/Settings/src/com/android/settings/applications/
RunningProcessesView.java 139 boolean isService = false;
141 isService = ((RunningState.MergedItem)mItem).mServices.size() > 0;
143 if (isService) {
RunningServiceDetails.java 247 boolean isService, boolean inclDetails) {
248 if (isService) {
282 if (isService && mi.mUserId != UserHandle.myUserId()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
Hyperlinks.java 311 } else if (isService(context)) {
425 private static boolean isService(XmlContext context) {
    [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/misc/common/robolectric/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 

Completed in 406 milliseconds