/packages/services/Telephony/src/com/android/phone/ |
D | TelephonyShellCommand.java | 65 private final ITelephony mInterface; field in TelephonyShellCommand 68 mInterface = binder; in TelephonyShellCommand() 216 mInterface.updateEmergencyNumberListTestMode( in handleEmergencyNumberTestModeCommand() 233 mInterface.updateEmergencyNumberListTestMode( in handleEmergencyNumberTestModeCommand() 251 mInterface.updateEmergencyNumberListTestMode( in handleEmergencyNumberTestModeCommand() 268 getOutPrintWriter().println(mInterface.getEmergencyNumberListTestMode()); in handleEmergencyNumberTestModeCommand() 350 boolean result = mInterface.setImsService(slotId, isCarrierService, packageName); in handleImsSetServiceCommand() 402 result = mInterface.getImsService(slotId, isCarrierService); in handleImsGetServiceCommand() 431 mInterface.enableIms(slotId); in handleEnableIms() 459 mInterface.disableIms(slotId); in handleDisableIms() [all …]
|
/packages/services/BuiltInPrintService/src/com/android/bips/p2p/ |
D | P2pPrinterConnection.java | 52 private NetworkInterface mInterface; field in P2pPrinterConnection 116 mInterface = NetworkInterface.getByName(networkInterface); in onConnectionOpen() 120 if (mInterface == null) { in onConnectionOpen() 127 if (DEBUG) Log.d(TAG, "Connected on network interface " + mInterface); in onConnectionOpen() 172 if (mInterface != null && P2pUtils.isOnInterface(mInterface, printerAddress)) { in onPrinterFound()
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
D | ExifOutputStream.java | 83 private final ExifInterface mInterface; field in ExifOutputStream 87 mInterface = iRef; in ExifOutputStream() 328 ExifTag exifOffsetTag = mInterface.buildUninitializedTag(ExifInterface.TAG_EXIF_IFD); in createRequiredIfdAndTag() 345 ExifTag gpsOffsetTag = mInterface.buildUninitializedTag(ExifInterface.TAG_GPS_IFD); in createRequiredIfdAndTag() 356 ExifTag interOffsetTag = mInterface in createRequiredIfdAndTag() 375 ExifTag offsetTag = mInterface in createRequiredIfdAndTag() 383 ExifTag lengthTag = mInterface in createRequiredIfdAndTag() 402 ExifTag offsetTag = mInterface.buildUninitializedTag(ExifInterface.TAG_STRIP_OFFSETS); in createRequiredIfdAndTag() 407 ExifTag lengthTag = mInterface in createRequiredIfdAndTag()
|
D | ExifModifier.java | 35 private final ExifInterface mInterface; field in ExifModifier 52 mInterface = iRef; in ExifModifier() 57 ExifParser parser = ExifParser.parse(is, mInterface); in ExifModifier() 99 ExifParser parser = ExifParser.parse(is, flag, mInterface); in commit()
|
D | ExifReader.java | 31 private final ExifInterface mInterface; field in ExifReader 34 mInterface = iRef; in ExifReader() 46 ExifParser parser = ExifParser.parse(inputStream, mInterface); in read()
|
D | ExifParser.java | 163 private final ExifInterface mInterface; field in ExifParser 209 mInterface = iRef; in ExifParser() 638 int info = mInterface.getTagInfo().get(tagId); in checkAllowed()
|
/packages/apps/Camera2/src/com/android/camera/exif/ |
D | ExifOutputStream.java | 83 private final ExifInterface mInterface; field in ExifOutputStream 87 mInterface = iRef; in ExifOutputStream() 328 ExifTag exifOffsetTag = mInterface.buildUninitializedTag(ExifInterface.TAG_EXIF_IFD); in createRequiredIfdAndTag() 345 ExifTag gpsOffsetTag = mInterface.buildUninitializedTag(ExifInterface.TAG_GPS_IFD); in createRequiredIfdAndTag() 356 ExifTag interOffsetTag = mInterface in createRequiredIfdAndTag() 375 ExifTag offsetTag = mInterface in createRequiredIfdAndTag() 383 ExifTag lengthTag = mInterface in createRequiredIfdAndTag() 402 ExifTag offsetTag = mInterface.buildUninitializedTag(ExifInterface.TAG_STRIP_OFFSETS); in createRequiredIfdAndTag() 407 ExifTag lengthTag = mInterface in createRequiredIfdAndTag()
|
D | ExifModifier.java | 34 private final ExifInterface mInterface; field in ExifModifier 51 mInterface = iRef; in ExifModifier() 56 ExifParser parser = ExifParser.parse(is, mInterface); in ExifModifier() 98 ExifParser parser = ExifParser.parse(is, flag, mInterface); in commit()
|
D | ExifReader.java | 31 private final ExifInterface mInterface; field in ExifReader 34 mInterface = iRef; in ExifReader() 46 ExifParser parser = ExifParser.parse(inputStream, mInterface); in read()
|
D | ExifParser.java | 163 private final ExifInterface mInterface; field in ExifParser 209 mInterface = iRef; in ExifParser() 638 int info = mInterface.getTagInfo().get(tagId); in checkAllowed()
|
/packages/apps/Messaging/src/com/android/messaging/util/exif/ |
D | ExifOutputStream.java | 84 private final ExifInterface mInterface; field in ExifOutputStream 88 mInterface = iRef; in ExifOutputStream() 332 ExifTag exifOffsetTag = mInterface.buildUninitializedTag(ExifInterface.TAG_EXIF_IFD); in createRequiredIfdAndTag() 349 ExifTag gpsOffsetTag = mInterface.buildUninitializedTag(ExifInterface.TAG_GPS_IFD); in createRequiredIfdAndTag() 360 ExifTag interOffsetTag = mInterface in createRequiredIfdAndTag() 379 ExifTag offsetTag = mInterface in createRequiredIfdAndTag() 387 ExifTag lengthTag = mInterface in createRequiredIfdAndTag() 406 ExifTag offsetTag = mInterface.buildUninitializedTag(ExifInterface.TAG_STRIP_OFFSETS); in createRequiredIfdAndTag() 411 ExifTag lengthTag = mInterface in createRequiredIfdAndTag()
|
D | ExifModifier.java | 35 private final ExifInterface mInterface; field in ExifModifier 52 mInterface = iRef; in ExifModifier() 57 ExifParser parser = ExifParser.parse(is, mInterface); in ExifModifier() 99 ExifParser parser = ExifParser.parse(is, flag, mInterface); in commit()
|
D | ExifReader.java | 32 private final ExifInterface mInterface; field in ExifReader 35 mInterface = iRef; in ExifReader() 47 ExifParser parser = ExifParser.parse(inputStream, mInterface); in read()
|
D | ExifParser.java | 164 private final ExifInterface mInterface; field in ExifParser 210 mInterface = iRef; in ExifParser() 640 int info = mInterface.getTagInfo().get(tagId); in checkAllowed()
|
/packages/modules/NetworkStack/src/android/net/ip/ |
D | ConnectivityPacketTracker.java | 94 private final InterfaceParams mInterface; field in ConnectivityPacketTracker.PacketListener 98 mInterface = ifParams; in PacketListener() 107 Os.bind(s, makePacketSocketAddress((short) ETH_P_ALL, mInterface.index)); in createFd() 119 mInterface.macAddr, recvbuf, length); in handlePacket()
|
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/ |
D | ExifReader.java | 26 private final ExifInterface mInterface; field in ExifReader 29 mInterface = iRef; in ExifReader() 39 ExifParser parser = ExifParser.parse(inputStream, mInterface); in read()
|
D | ExifParser.java | 136 private final ExifInterface mInterface; field in ExifParser 181 mInterface = iRef; in ExifParser() 597 int info = mInterface.getTagInfo().get(tagId); in checkAllowed()
|