Home
last modified time | relevance | path

Searched refs:EXTRA_ACCOUNT_ID (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Email/provider_src/com/android/email/activity/setup/
DAccountSecurity.java64 private static final String EXTRA_ACCOUNT_ID = "ACCOUNT_ID"; field in AccountSecurity
116 intent.putExtra(EXTRA_ACCOUNT_ID, accountId); in actionUpdateSecurityIntent()
129 intent.putExtra(EXTRA_ACCOUNT_ID, accountId); in actionDevicePasswordExpirationIntent()
148 extras.putLong(EXTRA_ACCOUNT_ID, accountId); in onCreate()
156 accountId = i.getLongExtra(EXTRA_ACCOUNT_ID, -1); in onCreate()
232 final long accountId = args.getLong(EXTRA_ACCOUNT_ID, -1); in onCreateLoader()
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java123 public static final String EXTRA_ACCOUNT_ID = "AccountId"; // Is this needed field in BluetoothMapContract