Searched refs:ENTER_PIN (Results 1 – 6 of 6) sorted by relevance
33 public static final int ENTER_PIN = 3; field in WifiP2pProvDiscEvent72 else if (tokens[0].endsWith("ENTER-PIN")) event = ENTER_PIN; in WifiP2pProvDiscEvent()
122 static final int ENTER_PIN = 1; field in KeyguardSimPukViewController.StateMachine132 mState = ENTER_PIN; in next()137 } else if (mState == ENTER_PIN) { in next()150 mState = ENTER_PIN; // try again? in next()
69 assertEquals(WifiP2pProvDiscEvent.ENTER_PIN, event.event); in testEnterPinEvent()
429 event.event = WifiP2pProvDiscEvent.ENTER_PIN; in onProvisionDiscoveryCompleted()436 event.event = WifiP2pProvDiscEvent.ENTER_PIN; in onProvisionDiscoveryCompleted()
434 assertEquals(WifiP2pProvDiscEvent.ENTER_PIN, discEventCaptor.getValue().event); in testOnProvisionDiscoveryCompleted()450 assertEquals(WifiP2pProvDiscEvent.ENTER_PIN, discEventCaptor.getValue().event); in testOnProvisionDiscoveryCompleted()
1329 Landroid/net/wifi/p2p/WifiP2pProvDiscEvent;->ENTER_PIN:I