Searched defs:EXTRA_STATE (Results 1 - 4 of 4) sorted by path

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java90 * <p><code>Intent.getIntExtra(BluetoothAdapter.EXTRA_STATE,
99 * <p>Always contains the extra fields {@link #EXTRA_STATE} and {@link
116 public static final String EXTRA_STATE = field in class:BluetoothAdapter
H A DBluetoothProfile.java37 public static final String EXTRA_STATE = "android.bluetooth.profile.extra.STATE"; field in interface:BluetoothProfile
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDocumentsActivity.java99 private static final String EXTRA_STATE = "state"; field in class:DocumentsActivity
187 mState = icicle.getParcelable(EXTRA_STATE);
695 state.putParcelable(EXTRA_STATE, mState);
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java107 * The {@link #EXTRA_STATE} extra indicates the new call state.
120 * @see #EXTRA_STATE
183 public static final String EXTRA_STATE = PhoneConstants.STATE_KEY; field in class:TelephonyManager
186 * Value used with {@link #EXTRA_STATE} corresponding to
192 * Value used with {@link #EXTRA_STATE} corresponding to
198 * Value used with {@link #EXTRA_STATE} corresponding to

Completed in 261 milliseconds