| /packages/apps/Bluetooth/src/com/android/bluetooth/newavrcp/ |
| MediaPlayerList.java | 53 * By only having one root player, we never have to send Addressed Player Changed notifications, 54 * UIDs Changed notifications, or Available Players Changed notifications. 115 // Register for intents where available players might have changed 573 if (DEBUG) Log.d(TAG, "Name of package changed: " + packageName); 575 // Check if its browsable and send the UIDS changed to update the 621 + "changed to a player we didn't have a session for"); 637 + "changed to a player we don't have a session for");
|
| /packages/apps/Camera2/src/com/android/camera/settings/ |
| SettingsUpgrader.java | 25 * executes upgrade logic to a target version when a version number has changed. 48 * Execute an upgrade callback if an upgrade version has changed. Third
|
| /packages/apps/DeskClock/src/com/android/deskclock/uidata/ |
| TabModel.java | 37 /** The listeners to notify when the selected tab is changed. */ 40 /** The listeners to notify when the vertical scroll state of the selected tab is changed. */
|
| /packages/apps/Email/res/layout/ |
| account_setup_incoming_fragment.xml | 69 <!-- This text may be changed in code if the server is IMAP, etc. --> 77 <!-- This contentDescription may be changed in code if the server is IMAP, etc. -->
|
| /packages/apps/Email/res/layout-w600dp/ |
| account_setup_incoming_fragment.xml | 42 <!-- This text may be changed in code if the we are using OAuth, etc.--> 85 <!-- This text may be changed in code if the server is IMAP, etc. -->
|
| /packages/apps/Gallery2/src/com/android/gallery3d/onetimeinitializer/ |
| GalleryWidgetMigrator.java | 43 * bucket ID (i.e., directory hash) change in JB and JB MR1 (The external storage path has changed 62 // Migration is only needed when external storage path has changed
|
| /packages/apps/Launcher3/ |
| AndroidManifest.xml | 105 should be changed to what is defined above. The authorities should also be changed to
|
| /packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
| LauncherRecentsView.java | 87 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 88 super.onLayout(changed, left, top, right, bottom);
|
| /packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
| PersonalWorkSlidingTabStrip.java | 93 protected void onLayout(boolean changed, int l, int t, int r, int b) { 94 super.onLayout(changed, l, t, r, b);
|
| /packages/apps/Launcher3/src/com/android/launcher3/allapps/search/ |
| AppsSearchContainerLayout.java | 128 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 129 super.onLayout(changed, left, top, right, bottom);
|
| /packages/apps/Launcher3/src/com/android/launcher3/model/ |
| ShortcutsChangedTask.java | 62 // Find ShortcutInfo's that have changed on the workspace. 118 // Update the deep shortcut map if the list of ids has changed for an activity.
|
| /packages/apps/Launcher3/src/com/android/launcher3/widget/ |
| WidgetsBottomSheet.java | 62 protected void onLayout(boolean changed, int l, int t, int r, int b) { 63 super.onLayout(changed, l, t, r, b);
|
| /packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/ |
| TouchEventGenerator.java | 92 // Set the id of the changed pointer. 163 // Set the id of the changed pointer.
|
| /packages/apps/LegacyCamera/src/com/android/camera/ui/ |
| AbstractIndicatorButton.java | 65 // Whether scene mode affects this indicator and it cannot be changed. 100 // Don't do anything if state is not changed so not to interfere with
|
| /packages/apps/Settings/src/com/android/settings/bluetooth/ |
| BluetoothDevicePreference.java | 124 * changed before proceeding. It will also call notifyChanged() if 125 * any preference info has changed from the previous value.
|
| /packages/apps/Settings/src/com/android/settings/location/ |
| LocationEnabler.java | 60 /** Called when location mode has changed. */ 104 Log.i(TAG, "Location mode has been changed");
|
| /packages/apps/Settings/src/com/android/settings/users/ |
| EditUserInfoController.java | 148 // Update the name if changed. 160 // Update the photo if changed.
|
| /packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ |
| BluetoothDetailsButtonsControllerTest.java | 113 // Now make the device appear to have changed to disconnected. 132 // Now make the device appear to have changed to connected.
|
| /packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/tether/ |
| WifiTetherPasswordPreferenceControllerTest.java | 116 // Call updateDisplay and verify it's changed. 136 // Call updateDisplay and verify it's changed.
|
| /packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/ |
| DownloadsDeletionPreferenceGroup.java | 103 // If the group checkbox changed, we need to toggle every child preference. 120 // If a single DownloadFilePreference changed, we need to toggle just itself.
|
| /packages/apps/TV/src/com/android/tv/util/ |
| Partner.java | 119 /** Resets the Partner instance to handle the partner package has changed. */ 132 /** This method is used to send init broadcast to the new/changed partner package. */
|
| /packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
| ButteryProgressBar.java | 122 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 123 if (changed) {
|
| /packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
| VeiledAddressMatcher.java | 77 * patterns when nothing has changed. 97 * method repeatedly with the same pattern. If the pattern has not changed, little extra work
|
| /packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/ |
| NameFileFilter.java | 82 * The array is not cloned, so could be changed after constructing the 95 * The array is not cloned, so could be changed after constructing the
|
| PrefixFileFilter.java | 85 * The array is not cloned, so could be changed after constructing the 99 * The array is not cloned, so could be changed after constructing the
|