Searched refs:is (Results 151 - 175 of 336) sorted by path

1234567891011>>

/frameworks/base/media/tests/players/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/nfc-extras/tests/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/packages/FusedLocation/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/packages/InputDevices/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/packages/Keyguard/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/packages/Keyguard/test/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/packages/Keyguard/test/SampleTrustAgent/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/packages/PrintSpooler/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java11 * distributed under the License is distributed on an "AS IS" BASIS,
81 // number any time the set of state items is altered.
131 // Name of the temporary file we use during full backup/restore. This is
219 // no key_mgmt specified; this is defined as equivalent to "WPA-PSK WPA-EAP"
569 // Our data is actually a blob of flattened settings data identical to that
603 movedToGlobal.clear(); // no redirection; this *is* the global namespace
656 // any unhandled data sets, which is appropriate.
875 InputStream is = null;
878 is = new FileInputStream(file);
887 && (numRead=is
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSignalClusterView.java11 * distributed under the License is distributed on an "AS IS" BASIS,
211 public void setIsAirplaneMode(boolean is, int airplaneIconId, int contentDescription) { argument
212 mIsAirplaneMode = is;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNetworkControllerImpl.java11 * distributed under the License is distributed on an "AS IS" BASIS,
103 // When no SIMs are around at setup, and one is added later, it seems to default to the first
189 // AIRPLANE_MODE_CHANGED is sent at boot; we've probably already missed it
299 // Something is wrong, better assume we can't make calls...
433 // If there have been no relevant changes to any of the subscriptions, we can leave as is.
654 // for other devices, we show whatever network is connected
655 // This is determined above by references to mHasMobileDataFeature.
1059 * @param isMobileLabel whether to always return the network or just when data is connected
1069 // being routed over that link is that we have better connectivity via wifi.
1070 // If data is disconnecte
1792 setIsAirplaneMode(boolean is, int airplaneIcon, int contentDescription) argument
[all...]
/frameworks/base/packages/SystemUI/tests/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
35 # sign this with platform cert, so this test is allowed to inject key events into
36 # UI it doesn't own. This is necessary to allow screenshots to be taken
/frameworks/base/packages/WAPPushManager/tests/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifInterface.java11 * distributed under the License is distributed on an "AS IS" BASIS,
56 * Each ExifTag has a tag ID (TID) and is stored in a specific image file
58 * looked up with a constant that is a combination of TID and IFD. This
370 * <li>TOP_LEFT is the normal orientation.</li>
371 * <li>TOP_RIGHT is a left-right mirror.</li>
372 * <li>BOTTOM_LEFT is a 180 degree rotation.</li>
373 * <li>BOTTOM_RIGHT is a top-bottom mirror.</li>
374 * <li>LEFT_TOP is mirrored about the top-left<->bottom-right axis.</li>
375 * <li>RIGHT_TOP is a 90 degree clockwise rotation.</li>
376 * <li>LEFT_BOTTOM is mirrore
2043 doExifStreamIO(InputStream is, OutputStream os) argument
[all...]
H A DExifModifier.java11 * distributed under the License is distributed on an "AS IS" BASIS,
52 InputStream is = null;
54 is = new ByteBufferInputStream(byteBuffer);
56 ExifParser parser = ExifParser.parse(is, mInterface);
61 ExifInterface.closeSilently(is);
70 InputStream is = null;
72 is = new ByteBufferInputStream(mByteBuffer);
98 ExifParser parser = ExifParser.parse(is, flag, mInterface);
135 ExifInterface.closeSilently(is);
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
H A DBitmapRegionTileSource.java11 * distributed under the License is distributed on an "AS IS" BASIS,
71 InputStream is, boolean isShareable) {
73 BitmapRegionDecoder d = BitmapRegionDecoder.newInstance(is, isShareable);
108 public static DumbBitmapRegionDecoder newInstance(InputStream is) { argument
109 Bitmap b = BitmapFactory.decodeStream(is);
267 InputStream is = mContext.getContentResolver().openInputStream(mUri);
268 return new BufferedInputStream(is);
273 InputStream is = regenerateInputStream();
275 SimpleBitmapRegionDecoderWrapper.newInstance(is, false);
276 Utils.closeSilently(is);
70 newInstance( InputStream is, boolean isShareable) argument
[all...]
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java11 * distributed under the License is distributed on an "AS IS" BASIS,
224 // formulas, where the coefficient on x is the aspect ratio (width/height):
251 // We need to ensure that there is enough extra space in the wallpaper
281 InputStream is = null;
287 is = context.getContentResolver().openInputStream(uri);
288 bis = new BufferedInputStream(is);
291 is = res.openRawResource(resId);
292 bis = new BufferedInputStream(is);
306 Utils.closeSilently(is);
554 InputStream is
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DFileA3D.java11 * distributed under the License is distributed on an "AS IS" BASIS,
42 * Specifies what renderscript object type is contained within
286 InputStream is = null;
288 is = res.openRawResource(id);
294 if (is instanceof AssetManager.AssetInputStream) {
295 long asset = ((AssetManager.AssetInputStream) is).getNativeAsset();
304 FileA3D fa3d = new FileA3D(fileId, rs, is);
H A DFont.java11 * distributed under the License is distributed on an "AS IS" BASIS,
34 * rendered glyph bitmaps is maintained. Each font object represents a combination of a typeface,
39 * font to the RenderScript is required. A note of caution on performance, though the state changes
40 * are transparent to the user, they do happen internally, and it is more efficient to
41 * render large batches of text in sequence. It is also more efficient to render multiple
202 InputStream is = null;
204 is = res.openRawResource(id);
212 if (is instanceof AssetManager.AssetInputStream) {
213 long asset = ((AssetManager.AssetInputStream) is).getNativeAsset();
H A DProgram.java11 * distributed under the License is distributed on an "AS IS" BASIS,
31 * Program is a base class for all the objects that modify
181 * corresponding location is sampled
250 InputStream is = resources.openRawResource(resourceID);
263 int bytesRead = is.read(str, strLength, bytesLeft);
270 is.close();
H A DScriptC.java11 * distributed under the License is distributed on an "AS IS" BASIS,
26 * The superclass for all user-defined scripts. This is only
97 InputStream is = resources.openRawResource(resourceID);
110 int bytesRead = is.read(pgm, pgmLength, bytesLeft);
117 is.close();
/frameworks/base/services/
H A DAndroid.mk33 # The convention is to name each service module 'services.$(module_name)'
62 # A full make is happening, so make everything.
/frameworks/base/services/core/java/com/android/server/
H A DAlarmManagerService.java11 * distributed under the License is distributed on an "AS IS" BASIS,
75 // warning message. The time duration is in milliseconds.
91 // Mask for testing whether a given alarm type is wakeup vs non-wakeup
217 // narrows the batch if necessary; presumes that canHold(alarm) is true
461 // Current heuristic: batchable window is 75% of either the recurrence interval
693 Slog.w(TAG, "set/setRepeating ignored because there is no intent");
819 Slog.w(TAG, "Not setting time since no alarm driver is available.");
957 for (int is=0; is<bs.filterStats.size(); is
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java11 * distributed under the License is distributed on an "AS IS" BASIS,
324 // when the request is due to the memory state being lowered.
359 // Maximum number of persisted Uri grants a package is allowed
400 // Convenient for easy iteration over the queues. Foreground is first
520 * Information about a process that is currently marked as bad.
541 * later restarted (hopefully due to some user action). The value is the
550 * <p>NOTE: This object is protected by its own lock, NOT the global
557 * is the pid of the caller who requested it (we hold a death
569 * are started by the time booting is complete.
586 * The first entry in the list is th
[all...]
/frameworks/base/services/core/java/com/android/server/display/
H A DPersistentDataStore.java11 * distributed under the License is distributed on an "AS IS" BASIS,
188 final InputStream is;
190 is = mAtomicFile.openRead();
198 parser.setInput(new BufferedInputStream(is), null);
207 IoUtils.closeQuietly(is);

Completed in 1786 milliseconds

1234567891011>>