Searched defs:mScope (Results 1 - 7 of 7) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/prefs/
H A DScopedPreferences.java49 private String mScope; field in class:ScopedPreferences.RuntimeScopedPreferences
55 mScope = scope;
/packages/apps/Camera2/src/com/android/camera/settings/
H A DSettingObserver.java55 private final String mScope; field in class:SettingObserver
61 mScope = scope;
98 return (T) Integer.valueOf(mSettingsManager.getInteger(mScope, mKey));
100 Object string = mSettingsManager.getString(mScope, mKey);
107 return (T) Boolean.valueOf(mSettingsManager.getBoolean(mScope, mKey));
/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DActionModeController.java57 private final ContentScope mScope = new ContentScope(); field in class:ActionModeController
146 mScope.accessibilityImportanceSetter.setAccessibilityImportance(
160 mScope.accessibilityImportanceSetter.setAccessibilityImportance(
179 mMenuManager.updateActionMenu(mMenu, mScope.selectionDetails);
185 return mScope.menuItemClicker.accept(item);
225 mScope.menuItemClicker = menuItemClicker;
226 mScope.selectionDetails = selectionDetails;
227 mScope.accessibilityImportanceSetter =
H A DFocusManager.java61 private final ContentScope mScope = new ContentScope(); field in class:FocusManager
132 if (hasFocus && v.getParent() == mScope.view) {
133 mScope.lastFocusPosition = mScope.view.getChildAdapterPosition(v);
139 if (mScope.adapter.getItemCount() == 0) {
153 final int focusPos = (mScope.lastFocusPosition != RecyclerView.NO_POSITION)
154 ? mScope.lastFocusPosition
155 : mScope.layout.findFirstVisibleItemPosition();
166 if (mScope.pendingFocusId == null) {
170 int pos = mScope
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcpHelperClasses.java42 byte mScope; field in class:AvrcpCmd.FolderItemsCmd
52 this.mScope = scope;
61 sb.append("[FolderItemCmd: scope " + mScope);
74 byte mScope; field in class:AvrcpCmd.ItemAttrCmd
84 mScope = scope;
93 sb.append("[ItemAttrCmd: scope " + mScope);
155 byte mScope; field in class:FolderItemsRsp
171 this.mScope = scope;
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpControllerStateMachine.java539 int mScope; field in class:AvrcpControllerStateMachine.GetFolderList
552 mScope = scope;
643 if (mScope == AvrcpControllerService.BROWSE_SCOPE_NOW_PLAYING) {
649 switch (mScope) {
659 Log.e(STATE_TAG, "Scope " + mScope + " cannot be handled here.");
805 int mScope; field in class:AvrcpControllerStateMachine.SetAddresedPlayerAndPlayItem
812 mScope = scope;
825 mRemoteDevice.getBluetoothAddress(), (byte) mScope,
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 144 milliseconds