OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCurrentDialog
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapActivity.java
86
private int
mCurrentDialog
;
117
mCurrentDialog
= DIALOG_YES_NO_AUTH;
176
if (
mCurrentDialog
== DIALOG_YES_NO_AUTH) {
187
if (
mCurrentDialog
== DIALOG_YES_NO_AUTH) {
219
if (
mCurrentDialog
== DIALOG_YES_NO_AUTH) {
235
if (
mCurrentDialog
== DIALOG_YES_NO_AUTH) {
/packages/apps/TV/src/com/android/tv/ui/
TvOverlayManager.java
154
private SafeDismissDialogFragment
mCurrentDialog
;
309
return
mCurrentDialog
;
382
mCurrentDialog
= dialog;
538
mCurrentDialog
= null;
565
if (
mCurrentDialog
!= null) {
566
if (
mCurrentDialog
instanceof PinDialogFragment) {
570
((PinDialogFragment)
mCurrentDialog
).setResultListener(null);
572
mCurrentDialog
.dismiss();
574
mCurrentDialog
= null;
717
if (
mCurrentDialog
!= null)
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java
195
private DialogInterface
mCurrentDialog
= null;
733
mCurrentDialog
= dialog;
738
mCurrentDialog
= null;
[
all
...]
Completed in 299 milliseconds