/packages/apps/Test/connectivity/PMC/ |
D | build_pmc.sh | 34 APP_NAME=PMC 46 rm -r $APP_JAR_ROOT/"$APP_NAME"_intermediates 48 rm $APK_ROOT/"$APP_NAME".apk 62 echo -e "${lb}+++++++ Building $APP_NAME.apk +++++++${NC}" 64 exec mm -B "building $APP_NAME.apk" 77 adb shell rm -r /system/priv-app/$APP_NAME.apk 83 exec adb install -r $APP_NAME.apk "installing apk to previliged dir"
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | CallScreeningServiceControllerTest.java | 88 return APP_NAME; 102 private static final String APP_NAME = "Screeny McScreenface"; field in CallScreeningServiceControllerTest 238 APP_NAME, in testCarrierCallScreeningRejectCall() 253 APP_NAME, //callScreeningAppName in testCarrierCallScreeningRejectCall() 284 APP_NAME, in testDefaultDialerRejectCall() 299 APP_NAME, //callScreeningAppName in testDefaultDialerRejectCall() 332 APP_NAME, in testUserChosenRejectCall() 347 APP_NAME, //callScreeningAppName in testUserChosenRejectCall()
|
D | CallScreeningServiceFilterTest.java | 91 private static final String APP_NAME = "TeleTestApp"; field in CallScreeningServiceFilterTest 178 mFilter.startCallScreeningFilter(mCall, mCallback, PKG_NAME, APP_NAME, in testNoResolveEntries() 187 mFilter.startCallScreeningFilter(mCall, mCallback, PKG_NAME, APP_NAME, in testBadResolveEntry() 196 mFilter.startCallScreeningFilter(mCall, mCallback, PKG_NAME, APP_NAME, in testPermissionlessFilterService() 206 mFilter.startCallScreeningFilter(mCall, mCallback, PKG_NAME, APP_NAME, in testContextFailToBind() 216 mFilter.startCallScreeningFilter(mCall, mCallback, PKG_NAME, APP_NAME, in testExceptionInScreeningService() 226 mFilter.startCallScreeningFilter(mCall, mCallback, PKG_NAME, APP_NAME, in testAllowCall() 238 mFilter.startCallScreeningFilter(mCall, mCallback, PKG_NAME, APP_NAME, in testSilenceCall()
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/ |
D | TaplTestsLauncher3.java | 52 private static final String APP_NAME = "LauncherTestApp"; field in TaplTestsLauncher3 284 getAppIcon(APP_NAME). in testLaunchMenuItem() 308 getAppIcon(APP_NAME). in testDragAppIcon() 310 getWorkspaceAppIcon(APP_NAME). in testDragAppIcon() 333 getAppIcon(APP_NAME). in testDragShortcut()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/ |
D | RestrictedAppDetailsTest.java | 73 private static final String APP_NAME = "app"; field in RestrictedAppDetailsTest 127 doReturn(APP_NAME).when(mPackageManager).getApplicationLabel(mApplicationInfo); in refreshUi_displayPreference() 140 assertThat(preference.getTitle()).isEqualTo(APP_NAME); in refreshUi_displayPreference()
|
/packages/inputmethods/LatinIME/ |
D | gradlew | 12 APP_NAME="Gradle" 105 GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\""
|
/packages/apps/Nfc/nci/jni/ |
D | HciEventManager.cpp | 25 const char* APP_NAME = "NfcNci"; variable 40 tNFA_STATUS nfaStat = NFA_HciRegister(const_cast<char*>(APP_NAME), in initialize()
|