Searched
full:changed (Results
3176 -
3200 of
19572) sorted by null
<<121122123124125126127128129130>>
| /libcore/ojluni/src/main/java/java/security/ |
| UnresolvedPermission.java | 37 // Android-changed: Stubbed the implementation. Android doesn't support SecurityManager.
|
| /libcore/ojluni/src/main/java/javax/crypto/ |
| CryptoPermission.java | 31 // Android-changed: Stubbed the implementation. Android doesn't support SecurityManager.
|
| Mac.java | 212 // Android-changed: Remove Service and Iterator from constructor args. 268 // Android-changed: Remove Service and Iterator from constructor args. 365 // Android-changed: Check if lock is null rather than removed serviceIterator field. 390 // Android-changed: Provider selection; loop over a new list each time. 425 // Android-changed: Use the currently-selected provider only if no key was provided. 432 // Android-changed: Provider selection; loop over a new list each time. 508 // Android-changed: Use the currently-selected provider only if no key was provided. 543 // Android-changed: Use the currently-selected provider only if no key was provided. 624 * its limit will not have changed.
|
| /libcore/ojluni/src/main/java/sun/net/www/protocol/ftp/ |
| FtpURLConnection.java | 84 // Android-changed: Removed support for proxying FTP over HTTP. 168 // Android-changed: Ctors can throw IOException for NetworkSecurityPolicy enforcement. 177 // Android-changed: Ctors can throw IOException for NetworkSecurityPolicy enforcement. 256 // BEGIN Android-changed: Removed support for proxying FTP over HTTP. 280 // END Android-changed: Removed support for proxying FTP over HTTP. 285 // BEGIN Android-changed: Removed support for proxying FTP over HTTP. 305 // END Android-changed: Removed support for proxying FTP over HTTP. 427 // Android-changed: Removed support for proxying FTP over HTTP. 545 // Android-changed: Removed support for proxying FTP over HTTP.
|
| /libcore/ojluni/src/main/java/sun/nio/ |
| ByteBuffered.java | 33 * data format. Only the initial producer and final consumer have to be changed.<p>
|
| /libcore/ojluni/src/main/java/sun/security/util/ |
| ResourcesMgr.java | 46 // Android-changed: Work around class name.
|
| /libcore/ojluni/src/test/java/time/tck/java/time/ |
| TCKClock_Tick.java | 193 Clock changed = test.withZone(MOSCOW); local 195 assertEquals(changed.getZone(), MOSCOW); 200 Clock changed = test.withZone(PARIS); local 201 assertEquals(test, changed);
|
| /libcore/ojluni/src/test/java/time/test/java/util/ |
| TestFormatter.java | 95 // Android-changed: use hard-coded zone id instead of system default. 109 // Android-changed: Calendar.getInstance() only returns GregorianCalendar. 208 // Android-changed: java.util.Calendar and java.time types are formatted identically. 213 // Android-changed: Android Matcher doesn't support named groups. Also GMT/Z is formatted as
|
| /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/ |
| BluetoothMapEmailProvider.java | 235 * This function shall be called when any Account database content have changed 237 * @param accountId the ID of the account that changed. Null is a valid value, 238 * if accountId is unknown or multiple accounts changed. 258 * This function shall be called when any Message database content have changed 262 * @param messageId Null is a valid value, if multiple messages changed or the 592 * - the FLAG_READ state can be changed. 651 * changed through this interface. 654 * @return the number of entries changed - 0 if account not found or value cannot be changed.
|
| /packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
| BluetoothMapAppObserver.java | 121 // Name Changed and the acc is visible - Change Name in SDP record 129 // Visibility changed 136 + "isChecked changed"); 144 + "isChecked changed");
|
| /packages/apps/Camera2/src/com/android/camera/ui/ |
| PreviewStatusListener.java | 75 * This listener gets notified when the preview aspect ratio is changed.
|
| /packages/apps/Camera2/src/com/android/camera/widget/ |
| Cling.java | 41 // Reference view has changed layout.
|
| /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
| CellBroadcastContentProvider.java | 279 * @return true if any rows were changed, false otherwise 310 boolean changed = params[0].execute(provider); 311 if (changed) { 312 Log.d(TAG, "database changed: notifying observers...");
|
| /packages/apps/DeskClock/src/com/android/deskclock/ |
| FabContainer.java | 62 * changed. The update may be immediate or it may be animated depending on the choice of
|
| StopwatchTextController.java | 62 // Avoid unnecessary computations and garbage creation if seconds have not changed since
|
| /packages/apps/DeskClock/src/com/android/deskclock/widget/ |
| EmptyViewController.java | 75 // State changed, perform transition.
|
| /packages/apps/Dialer/java/com/android/dialer/callcomposer/ |
| CallComposerFragment.java | 57 /** Let the listener know when the layout has changed to full screen */
|
| /packages/apps/Dialer/java/com/android/dialer/simulator/impl/ |
| NonSimulatorConnectionListener.java | 36 String.format("state changed from %s to %s ", event.data1, event.data2));
|
| /packages/apps/Dialer/java/com/android/incallui/answerproximitysensor/ |
| PseudoScreenState.java | 37 /** Notifies when the on state has changed. */
|
| /packages/apps/Dialer/java/com/android/incallui/incall/impl/ |
| InCallPagerAdapter.java | 86 // refresh all fragments when data set changed
|
| /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/ |
| IEmailService.aidl | 43 // Notify the service that the push configuration has changed for an account.
|
| /packages/apps/Gallery2/src/com/android/gallery3d/app/ |
| AppBridge.java | 64 // Notify that the ScreenNail is changed.
|
| MuteVideo.java | 69 // After muting is done, trigger the UI changed.
|
| /packages/apps/Gallery2/src/com/android/gallery3d/gadget/ |
| WidgetClickHandler.java | 54 // The behavior is changed in JB, refer to b/6384492 for more details
|
| /packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/ |
| RecentsRootView.java | 77 // If the insets haven't changed, this is a no-op. Avoid unnecessary layout caused by
|
Completed in 1101 milliseconds
<<121122123124125126127128129130>>