HomeSort by relevance Sort by last modified time
    Searched full:service (Results 1801 - 1825 of 11175) sorted by null

<<71727374757677787980>>

  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
FrameworkPerfActivity.java 86 @Override public void onServiceConnected(ComponentName name, IBinder service) {
88 if (!(service instanceof Binder)) {
90 service.linkToDeath(this, 0);
93 mService = new Messenger(service);
96 // Whoops, service has disappeared... try starting again.
97 Log.w(TAG, "Test service died, starting again");
285 Log.w(TAG, "Failure communicating with service", e);
342 Log.w(TAG, "Test service aleady died when terminating");
  /frameworks/base/tests/LocationTracker/res/values/
strings.xml 21 <string name="start_service_menu">Start Service</string>
22 <string name="stop_service_menu">Stop Service</string>
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaMmiCode.java 48 // Supplementary Service codes for PIN/PIN2/PUK/PUK2 from TS 22.030 Annex B
65 String mSc; // Service Code
66 String mSia, mSib, mSic; // Service Info a,b,c
82 3 = service code
113 // Is this formatted like a standard supplementary service code?
186 * @return true if the Service Code is PIN/PIN2/PUK/PUK2-related
231 Rlog.d(LOG_TAG, "process mmi service code using UiccApp sc=" + mSc);
247 throw new RuntimeException("Unsupported service code=" + mSc);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
IccServiceTableTest.java 41 public boolean isAvailable(TestIccService service) {
42 return super.isAvailable(service.ordinal());
  /hardware/libhardware/include/hardware/
bt_hl.h 66 const char *srv_name; /* service name to be used in the SDP (optional); null terminated*/
67 const char *srv_desp; /* service description to be used in the SDP (optional); null terminated */
  /libcore/luni/src/main/java/java/text/spi/
BreakIteratorProvider.java 25 * This abstract class should be extended by service providers that provide
27 * <p>Note that Android does not support user-supplied locale service providers.
DateFormatProvider.java 25 * This abstract class should be extended by service providers that provide
27 * <p>Note that Android does not support user-supplied locale service providers.
  /libcore/luni/src/main/java/java/util/spi/
LocaleNameProvider.java 23 * This abstract class should be extended by service providers that provide
25 * <p>Note that Android does not support user-supplied locale service providers.
  /packages/apps/Dialer/src/com/android/dialer/list/
RegularSearchListAdapter.java 27 import com.android.dialer.service.CachedNumberLookupService;
28 import com.android.dialer.service.CachedNumberLookupService.CachedContactInfo;
  /packages/apps/InCallUI/
AndroidManifest.xml 47 <service android:name="CallHandlerService">
51 </service>
  /packages/apps/KeyChain/support/src/com/android/keychain/tests/support/
KeyChainServiceTestSupport.java 19 import android.app.Service;
27 public class KeyChainServiceTestSupport extends Service {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
PbapServerProfile.java 52 if (V) Log.d(TAG,"Bluetooth service connected");
58 if (V) Log.d(TAG,"Bluetooth service disconnected");
  /packages/apps/Stk/res/values-en-rGB/
strings.xml 23 <string name="service_name" msgid="6860303747999592491">"Service name"</string>
24 <string name="stk_no_service" msgid="5427773116839809131">"No service available"</string>
  /packages/apps/Stk/res/values-en-rIN/
strings.xml 23 <string name="service_name" msgid="6860303747999592491">"Service name"</string>
24 <string name="stk_no_service" msgid="5427773116839809131">"No service available"</string>
  /packages/apps/Stk/res/values-fr/
strings.xml 23 <string name="service_name" msgid="6860303747999592491">"Nom du service"</string>
24 <string name="stk_no_service" msgid="5427773116839809131">"Aucun service disponible"</string>
  /packages/apps/Stk/res/values-fr-rCA/
strings.xml 23 <string name="service_name" msgid="6860303747999592491">"Nom du service"</string>
24 <string name="stk_no_service" msgid="5427773116839809131">"Aucun service disponible"</string>
  /packages/apps/VideoEditor/
AndroidManifest.xml 15 <service android:name=".service.ApiService"/>
  /packages/experimental/StrictModeTest/src/com/android/strictmodetest/
ServiceBase.java 19 import android.app.Service;
34 public class ServiceBase extends Service {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryService.java 21 import android.app.Service;
36 * Service that handles background tasks for the dictionary provider.
38 * This service provides the context for the long-running operations done by the
52 public final class DictionaryService extends Service {
102 // never kill them when there isn't any work to do any more. That would mean the service
123 // This service cannot be bound
131 * events that should be executed on the context of this service. The supported commands are:
169 return Service.START_REDELIVER_INTENT;
  /packages/inputmethods/OpenWnn/
AndroidManifest.xml 25 <service android:name="OpenWnnJAJP" android:label="Japanese IME"
32 </service>
  /packages/providers/DownloadProvider/tests/permission/src/com/android/providers/downloads/permission/tests/
DownloadProviderPermissionsTest.java 87 * Test that an untrusted app cannot access the download service
98 fail("starting download service did not throw SecurityException as expected.");
  /packages/services/Telephony/common/src/com/android/services/telephony/common/
ICallCommandService.aidl 22 * Service implemented by TelephonyService and used by In-call UI to control
66 * TODO(klp): Should this go through the service at all?
ICallHandlerService.aidl 23 * Service implemented by clients that would like to control and know the status
34 * First call made when we are ready to start sending events to the service.
  /packages/wallpapers/LivePicker/
AndroidManifest.xml 40 <action android:name="android.service.wallpaper.LIVE_WALLPAPER_CHOOSER" />
52 <action android:name="android.service.wallpaper.CHANGE_LIVE_WALLPAPER" />
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperChange.java 35 import android.service.wallpaper.WallpaperService;
56 // to not allow us to direct the caller to a service that is not a

Completed in 895 milliseconds

<<71727374757677787980>>