Searched refs:BLUETOOTH_PACKAGE_NAME (Results 1 – 1 of 1) sorted by relevance
59 private static final String BLUETOOTH_PACKAGE_NAME = "com.android.bluetooth"; field in SmsApplication405 PackageInfo info = packageManager.getPackageInfo(BLUETOOTH_PACKAGE_NAME, 0); in getApplication()407 BLUETOOTH_PACKAGE_NAME); in getApplication()409 Rlog.e(LOG_TAG, BLUETOOTH_PACKAGE_NAME + " lost OP_WRITE_SMS: (fixing)"); in getApplication()411 BLUETOOTH_PACKAGE_NAME, AppOpsManager.MODE_ALLOWED); in getApplication()415 Rlog.e(LOG_TAG, "Bluetooth package not found: " + BLUETOOTH_PACKAGE_NAME); in getApplication()515 PackageInfo info = packageManager.getPackageInfo(BLUETOOTH_PACKAGE_NAME, 0); in setDefaultApplicationInternal()517 BLUETOOTH_PACKAGE_NAME, AppOpsManager.MODE_ALLOWED); in setDefaultApplicationInternal()520 Rlog.e(LOG_TAG, "Bluetooth package not found: " + BLUETOOTH_PACKAGE_NAME); in setDefaultApplicationInternal()751 !packageName.equals(BLUETOOTH_PACKAGE_NAME)) { in shouldWriteMessageForPackage()