Home
last modified time | relevance | path

Searched refs:GbaService (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/services/Telephony/testapps/GbaTestApp/src/com/android/phone/testapps/gbatestapp/
H A DTestGbaService.java23 import android.telephony.gba.GbaService;
27 public class TestGbaService extends GbaService {
/aosp12/frameworks/base/telephony/java/android/telephony/gba/
H A DGbaService.java63 public class GbaService extends Service { class
84 public GbaService() { in GbaService() method in GbaService
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DGbaManagerTest.java47 import android.telephony.gba.GbaService;
281 assertEquals(GbaService.SERVICE_INTERFACE, testIntent.getAction()); in bindService()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGbaManager.java34 import android.telephony.gba.GbaService;
418 Intent intent = new Intent(GbaService.SERVICE_INTERFACE); in bindService()
/aosp12/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java76 import android.telephony.gba.GbaService;
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt12699 public class GbaService extends android.app.Service {
12700 ctor public GbaService();
12704 field public static final String SERVICE_INTERFACE = "android.telephony.gba.GbaService";