Home | History | Annotate | Download | only in server

Lines Matching refs:mIntent

576                     Log.e(TAG, "Unable to unbind service with intent: " + psc.mIntent, e);
594 Intent mIntent;
599 mIntent = intent;
603 if (mIntent != null && mService == null &&
604 doBind(mIntent, this, 0, UserHandle.CURRENT_OR_SELF)) {
610 Log.w(TAG, "Unable to bind with intent: " + mIntent);